]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/sched.h
Full conversion to early_initcall() interface, remove old interface
[net-next-2.6.git] / include / linux / sched.h
index 3260a5c42b9109f4bfb58bae3ea453150cf08cef..adb8077dc463dc9c3f1686dbe0a63352f9bf873d 100644 (file)
@@ -292,7 +292,6 @@ extern void sched_show_task(struct task_struct *p);
 
 #ifdef CONFIG_DETECT_SOFTLOCKUP
 extern void softlockup_tick(void);
-extern void spawn_softlockup_task(void);
 extern void touch_softlockup_watchdog(void);
 extern void touch_all_softlockup_watchdogs(void);
 extern unsigned int  softlockup_panic;
@@ -2222,14 +2221,6 @@ static inline void inc_syscw(struct task_struct *tsk)
 }
 #endif
 
-#ifdef CONFIG_SMP
-void migration_init(void);
-#else
-static inline void migration_init(void)
-{
-}
-#endif
-
 #ifndef TASK_SIZE_OF
 #define TASK_SIZE_OF(tsk)      TASK_SIZE
 #endif