* [PATCH] softlockup: remove unused definition for spawn_softlockup_task
@ 2009-01-30 23:29 Mandeep Singh Baines
2009-01-31 19:12 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Mandeep Singh Baines @ 2009-01-30 23:29 UTC (permalink / raw)
To: mingo, eduard.munteanu, linux-kernel
The definition of spawn_softlockup_task in sched.h became
unnecessary once it was converted to the early_initcall()
interface.
Signed-off-by: Mandeep Singh Baines <msb@google.com>
---
include/linux/sched.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/linux/sched.h b/include/linux/sched.h
index f2f94d5..2a2811c 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -302,9 +302,6 @@ extern int softlockup_thresh;
static inline void softlockup_tick(void)
{
}
-static inline void spawn_softlockup_task(void)
-{
-}
static inline void touch_softlockup_watchdog(void)
{
}
--
1.5.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] softlockup: remove unused definition for spawn_softlockup_task
2009-01-30 23:29 [PATCH] softlockup: remove unused definition for spawn_softlockup_task Mandeep Singh Baines
@ 2009-01-31 19:12 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2009-01-31 19:12 UTC (permalink / raw)
To: Mandeep Singh Baines; +Cc: eduard.munteanu, linux-kernel
* Mandeep Singh Baines <msb@google.com> wrote:
> The definition of spawn_softlockup_task in sched.h became
> unnecessary once it was converted to the early_initcall()
> interface.
>
> Signed-off-by: Mandeep Singh Baines <msb@google.com>
> ---
> include/linux/sched.h | 3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
applied to tip/core/softlockup, thanks Mandeep!
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-31 19:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30 23:29 [PATCH] softlockup: remove unused definition for spawn_softlockup_task Mandeep Singh Baines
2009-01-31 19:12 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox