aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r--include/linux/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index c73ed0b05591..2ae50277f581 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -177,7 +177,7 @@ static inline void console_verbose(void)
177 177
178extern void bust_spinlocks(int yes); 178extern void bust_spinlocks(int yes);
179extern int oops_in_progress; /* If set, an oops, panic(), BUG() or die() is in progress */ 179extern int oops_in_progress; /* If set, an oops, panic(), BUG() or die() is in progress */
180extern __deprecated_for_modules int panic_timeout; 180extern int panic_timeout;
181extern int panic_on_oops; 181extern int panic_on_oops;
182extern int tainted; 182extern int tainted;
183extern const char *print_tainted(void); 183extern const char *print_tainted(void);