aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
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
312extern void sched_show_task(struct task_struct *p); 312extern void sched_show_task(struct task_struct *p);
313 313
314#ifdef CONFIG_DETECT_SOFTLOCKUP 314#ifdef CONFIG_LOCKUP_DETECTOR
315extern void touch_softlockup_watchdog(void); 315extern void touch_softlockup_watchdog(void);
316extern void touch_softlockup_watchdog_sync(void); 316extern void touch_softlockup_watchdog_sync(void);
317extern void touch_all_softlockup_watchdogs(void); 317extern void touch_all_softlockup_watchdogs(void);