forked from TencentOS/TencentOS-kernel
kernel/panic: set crash_kexec_post_notifiers default to true
Signed-off-by: Xiaoming Gao <newtongao@tencent.com>
This commit is contained in:
parent
772b473711
commit
86055c32bb
|
|
@ -37,7 +37,7 @@ static unsigned long tainted_mask;
|
|||
static int pause_on_oops;
|
||||
static int pause_on_oops_flag;
|
||||
static DEFINE_SPINLOCK(pause_on_oops_lock);
|
||||
bool crash_kexec_post_notifiers;
|
||||
bool crash_kexec_post_notifiers = true;
|
||||
int panic_on_warn __read_mostly;
|
||||
|
||||
int panic_timeout = CONFIG_PANIC_TIMEOUT;
|
||||
|
|
|
|||
Loading…
Reference in New Issue