kernel/lib/dump_stack.c
.. .. @@ -12,7 +12,6 @@ 12 12 #include <linux/atomic.h> 13 13 #include <linux/kexec.h> 14 14 #include <linux/utsname.h> 15 -#include <linux/stop_machine.h>16 15 17 16 static char dump_stack_arch_desc_str[128]; 18 17 .. .. @@ -58,7 +57,6 @@ 58 57 log_lvl, dump_stack_arch_desc_str); 59 58 60 59 print_worker_info(log_lvl, current); 61 - print_stop_info(log_lvl, current);62 60 } 63 61 64 62 /**