diff --git a/include/linux/sched.h b/include/linux/sched.h index 33f9b2ad0bbb7318220092f91130a7e5b329c55c..3958e0cd24f70dea00c5f088725674ad64d1db1f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -311,7 +311,7 @@ extern void scheduler_tick(void); extern void sched_show_task(struct task_struct *p); -#ifdef CONFIG_DETECT_SOFTLOCKUP +#ifdef CONFIG_LOCKUP_DETECTOR extern void touch_softlockup_watchdog(void); extern void touch_softlockup_watchdog_sync(void); extern void touch_all_softlockup_watchdogs(void);