Merge tag 'omap-for-v5.8/fixes-merge-window-signed' of git://git.kernel.org/pub/scm...
[linux-2.6-microblaze.git] / lib / dump_stack.c
index 33ffbf3..a00ee6e 100644 (file)
@@ -74,7 +74,7 @@ void show_regs_print_info(const char *log_lvl)
 static void __dump_stack(void)
 {
        dump_stack_print_info(KERN_DEFAULT);
-       show_stack(NULL, NULL);
+       show_stack(NULL, NULL, KERN_DEFAULT);
 }
 
 /**