forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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) { }