aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kdb.h')
-rw-r--r--include/linux/kdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kdb.h b/include/linux/kdb.h
index 410decacff8f..68bd88223417 100644
--- a/include/linux/kdb.h
+++ b/include/linux/kdb.h
@@ -77,7 +77,6 @@ extern int kdb_poll_idx;
77 * number whenever the kernel debugger is entered. 77 * number whenever the kernel debugger is entered.
78 */ 78 */
79extern int kdb_initial_cpu; 79extern int kdb_initial_cpu;
80extern atomic_t kdb_event;
81 80
82/* Types and messages used for dynamically added kdb shell commands */ 81/* Types and messages used for dynamically added kdb shell commands */
83 82
@@ -162,6 +161,7 @@ enum kdb_msgsrc {
162}; 161};
163 162
164extern int kdb_trap_printk; 163extern int kdb_trap_printk;
164extern int kdb_printf_cpu;
165extern __printf(2, 0) int vkdb_printf(enum kdb_msgsrc src, const char *fmt, 165extern __printf(2, 0) int vkdb_printf(enum kdb_msgsrc src, const char *fmt,
166 va_list args); 166 va_list args);
167extern __printf(1, 2) int kdb_printf(const char *, ...); 167extern __printf(1, 2) int kdb_printf(const char *, ...);