projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603a148
)
softlockup: remove unused definition for spawn_softlockup_task
author
Mandeep Singh Baines
<msb@google.com>
Fri, 30 Jan 2009 23:29:54 +0000
(15:29 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 31 Jan 2009 19:12:28 +0000
(20:12 +0100)
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>
include/linux/sched.h
patch
|
blob
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index
f2f94d5
..
2a2811c
100644
(file)
--- 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)
{
}