hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/include/linux/nmi.h
....@@ -197,7 +197,7 @@
197197 #endif
198198
199199 #if defined(CONFIG_HARDLOCKUP_CHECK_TIMESTAMP) && \
200
- defined(CONFIG_HARDLOCKUP_DETECTOR)
200
+ defined(CONFIG_HARDLOCKUP_DETECTOR_PERF)
201201 void watchdog_update_hrtimer_threshold(u64 period);
202202 #else
203203 static inline void watchdog_update_hrtimer_threshold(u64 period) { }