aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/printk.c')
-rw-r--r--kernel/printk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index e10ad515901f..96dcfcd9a2d4 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -2891,6 +2891,8 @@ void dump_stack_print_info(const char *log_lvl)
2891 if (dump_stack_arch_desc_str[0] != '\0') 2891 if (dump_stack_arch_desc_str[0] != '\0')
2892 printk("%sHardware name: %s\n", 2892 printk("%sHardware name: %s\n",
2893 log_lvl, dump_stack_arch_desc_str); 2893 log_lvl, dump_stack_arch_desc_str);
2894
2895 print_worker_info(log_lvl, current);
2894} 2896}
2895 2897
2896/** 2898/**