diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 3260a5c42b91..adb8077dc463 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -292,7 +292,6 @@ extern void sched_show_task(struct task_struct *p); | |||
292 | 292 | ||
293 | #ifdef CONFIG_DETECT_SOFTLOCKUP | 293 | #ifdef CONFIG_DETECT_SOFTLOCKUP |
294 | extern void softlockup_tick(void); | 294 | extern void softlockup_tick(void); |
295 | extern void spawn_softlockup_task(void); | ||
296 | extern void touch_softlockup_watchdog(void); | 295 | extern void touch_softlockup_watchdog(void); |
297 | extern void touch_all_softlockup_watchdogs(void); | 296 | extern void touch_all_softlockup_watchdogs(void); |
298 | extern unsigned int softlockup_panic; | 297 | extern unsigned int softlockup_panic; |
@@ -2222,14 +2221,6 @@ static inline void inc_syscw(struct task_struct *tsk) | |||
2222 | } | 2221 | } |
2223 | #endif | 2222 | #endif |
2224 | 2223 | ||
2225 | #ifdef CONFIG_SMP | ||
2226 | void migration_init(void); | ||
2227 | #else | ||
2228 | static inline void migration_init(void) | ||
2229 | { | ||
2230 | } | ||
2231 | #endif | ||
2232 | |||
2233 | #ifndef TASK_SIZE_OF | 2224 | #ifndef TASK_SIZE_OF |
2234 | #define TASK_SIZE_OF(tsk) TASK_SIZE | 2225 | #define TASK_SIZE_OF(tsk) TASK_SIZE |
2235 | #endif | 2226 | #endif |