[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090130232954.GA18399@google.com>
Date: Fri, 30 Jan 2009 15:29:54 -0800
From: Mandeep Singh Baines <msb@...gle.com>
To: mingo@...e.hu, eduard.munteanu@...ux360.ro,
linux-kernel@...r.kernel.org
Subject: [PATCH] softlockup: remove unused definition for spawn_softlockup_task
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@...gle.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists