kernel/include/linux/stop_machine.h
.. .. @@ -26,6 +26,8 @@ 26 26 cpu_stop_fn_t fn; 27 27 void *arg; 28 28 struct cpu_stop_done *done; 29 + /* Did not run due to disabled stopper; for nowait debug checks */30 + bool disabled;29 31 }; 30 32 31 33 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);