hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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) { }