kernel: rename show_stack_loglvl() => show_stack()
[linux-2.6-block.git] / lib / dump_stack.c
index 5595e8962cf6bdf1f8154cad31b2d4740ee07de4..a00ee6eedc7c3c7e88c69e509af28f5b44c3bf22 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_loglvl(NULL, NULL, KERN_DEFAULT);
+       show_stack(NULL, NULL, KERN_DEFAULT);
 }
 
 /**