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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 446d76a87ba1..233ea8107038 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -427,6 +427,7 @@ extern int panic_timeout;
427extern int panic_on_oops; 427extern int panic_on_oops;
428extern int panic_on_unrecovered_nmi; 428extern int panic_on_unrecovered_nmi;
429extern int panic_on_io_nmi; 429extern int panic_on_io_nmi;
430extern int panic_on_warn;
430extern int sysctl_panic_on_stackoverflow; 431extern int sysctl_panic_on_stackoverflow;
431/* 432/*
432 * Only to be used by arch init code. If the user over-wrote the default 433 * Only to be used by arch init code. If the user over-wrote the default