LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] #if 0 tasklet_kill_immediate()
@ 2008-02-13 21:30 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2008-02-13 21:30 UTC (permalink / raw)
To: Dipankar Sarma, Ingo Molnar; +Cc: linux-kernel
This patch #if 0's the no longer used tasklet_kill_immediate().
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
This patch has been sent on:
- 29 Jan 2008
include/linux/interrupt.h | 1 -
kernel/softirq.c | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
06fc93a10822d4e9c53eaa2b4d0a16792305957e
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index c3db4a0..59d31dc 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -384,7 +384,6 @@ static inline void tasklet_hi_enable(struct tasklet_struct *t)
}
extern void tasklet_kill(struct tasklet_struct *t);
-extern void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu);
extern void tasklet_init(struct tasklet_struct *t,
void (*func)(unsigned long), unsigned long data);
diff --git a/kernel/softirq.c b/kernel/softirq.c
index bd89bc4..0f87c36 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -527,6 +527,8 @@ wait_to_die:
}
#ifdef CONFIG_HOTPLUG_CPU
+
+#if 0
/*
* tasklet_kill_immediate is called to remove a tasklet which can already be
* scheduled for execution on @cpu.
@@ -555,6 +557,7 @@ void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu)
}
BUG();
}
+#endif /* 0 */
static void takeover_tasklets(unsigned int cpu)
{
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [2.6 patch] #if 0 tasklet_kill_immediate()
@ 2008-01-28 22:12 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2008-01-28 22:12 UTC (permalink / raw)
To: Dipankar Sarma, Ingo Molnar; +Cc: linux-kernel
This patch #if 0's the no longer used tasklet_kill_immediate().
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
include/linux/interrupt.h | 1 -
kernel/softirq.c | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
06fc93a10822d4e9c53eaa2b4d0a16792305957e
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index c3db4a0..59d31dc 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -384,7 +384,6 @@ static inline void tasklet_hi_enable(struct tasklet_struct *t)
}
extern void tasklet_kill(struct tasklet_struct *t);
-extern void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu);
extern void tasklet_init(struct tasklet_struct *t,
void (*func)(unsigned long), unsigned long data);
diff --git a/kernel/softirq.c b/kernel/softirq.c
index bd89bc4..0f87c36 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -527,6 +527,8 @@ wait_to_die:
}
#ifdef CONFIG_HOTPLUG_CPU
+
+#if 0
/*
* tasklet_kill_immediate is called to remove a tasklet which can already be
* scheduled for execution on @cpu.
@@ -555,6 +557,7 @@ void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu)
}
BUG();
}
+#endif /* 0 */
static void takeover_tasklets(unsigned int cpu)
{
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-13 21:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13 21:30 [2.6 patch] #if 0 tasklet_kill_immediate() Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2008-01-28 22:12 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).