diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 33f9b2ad0bbb..3958e0cd24f7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -311,7 +311,7 @@ extern void scheduler_tick(void); | |||
311 | 311 | ||
312 | extern void sched_show_task(struct task_struct *p); | 312 | extern void sched_show_task(struct task_struct *p); |
313 | 313 | ||
314 | #ifdef CONFIG_DETECT_SOFTLOCKUP | 314 | #ifdef CONFIG_LOCKUP_DETECTOR |
315 | extern void touch_softlockup_watchdog(void); | 315 | extern void touch_softlockup_watchdog(void); |
316 | extern void touch_softlockup_watchdog_sync(void); | 316 | extern void touch_softlockup_watchdog_sync(void); |
317 | extern void touch_all_softlockup_watchdogs(void); | 317 | extern void touch_all_softlockup_watchdogs(void); |