Skip to content

Commit

Permalink
softlockup: remove unused definition for spawn_softlockup_task
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Mandeep Singh Baines authored and Ingo Molnar committed Jan 31, 2009
1 parent 603a148 commit 5e54f59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}
Expand Down

0 comments on commit 5e54f59

Please sign in to comment.