hc
2023-11-20 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
kernel/include/linux/stop_machine.h
....@@ -26,6 +26,8 @@
2626 cpu_stop_fn_t fn;
2727 void *arg;
2828 struct cpu_stop_done *done;
29
+ /* Did not run due to disabled stopper; for nowait debug checks */
30
+ bool disabled;
2931 };
3032
3133 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);