hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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) { }