dump_stack: unify debug information printed by show_regs()
[deliverable/linux.git] / include / linux / printk.h
index 47827c0a034d4758dd6721e86258d7532811d267..6af944ab38f05638e7443122abbc1ec5592dfcbe 100644 (file)
@@ -147,6 +147,7 @@ void log_buf_kexec_setup(void);
 void __init setup_log_buf(int early);
 void dump_stack_set_arch_desc(const char *fmt, ...);
 void dump_stack_print_info(const char *log_lvl);
+void show_regs_print_info(const char *log_lvl);
 #else
 static inline __printf(1, 0)
 int vprintk(const char *s, va_list args)
@@ -192,6 +193,10 @@ static inline void dump_stack_set_arch_desc(const char *fmt, ...)
 static inline void dump_stack_print_info(const char *log_lvl)
 {
 }
+
+static inline void show_regs_print_info(const char *log_lvl)
+{
+}
 #endif
 
 extern void dump_stack(void) __cold;
This page took 0.025002 seconds and 5 git commands to generate.