diff options
author | 2020-11-10 18:39:04 +0100 | |
---|---|---|
committer | 2020-11-10 18:39:04 +0100 | |
commit | 12fa97c64dce2f3c2e6eed5dc618bb9046e40bf0 (patch) | |
tree | ab8c2f7728b8fa678fdbca80d5e0206edf3a51bc /lib/dump_stack.c | |
parent | sched/fair: Reorder throttle_cfs_rq() path (diff) | |
parent | sched: Comment affine_move_task() (diff) | |
download | linux-rng-12fa97c64dce2f3c2e6eed5dc618bb9046e40bf0.tar.xz linux-rng-12fa97c64dce2f3c2e6eed5dc618bb9046e40bf0.zip |
Merge branch 'sched/migrate-disable'
Diffstat (limited to 'lib/dump_stack.c')
-rw-r--r-- | lib/dump_stack.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dump_stack.c b/lib/dump_stack.c index a00ee6eedc7c..f5a33b6f773f 100644 --- a/lib/dump_stack.c +++ b/lib/dump_stack.c @@ -12,6 +12,7 @@ #include <linux/atomic.h> #include <linux/kexec.h> #include <linux/utsname.h> +#include <linux/stop_machine.h> static char dump_stack_arch_desc_str[128]; @@ -57,6 +58,7 @@ void dump_stack_print_info(const char *log_lvl) log_lvl, dump_stack_arch_desc_str); print_worker_info(log_lvl, current); + print_stop_info(log_lvl, current); } /** |