diff options
author | 2011-10-26 21:46:20 -0700 | |
---|---|---|
committer | 2011-10-26 21:46:20 -0700 | |
commit | 6ad390a25a9d1d8606b9b826878f0a30639dc2b3 (patch) | |
tree | 05aff14f02776bc0d59a1f777cb92df6f4456ba9 /kernel/panic.c | |
parent | Input: wacom - revert "Cintiq 21UX2 does not have menu strips" (diff) | |
parent | Input: adp5589-keys - add support for the ADP5585 derivatives (diff) | |
download | wireguard-linux-6ad390a25a9d1d8606b9b826878f0a30639dc2b3.tar.xz wireguard-linux-6ad390a25a9d1d8606b9b826878f0a30639dc2b3.zip |
Merge branch 'next' into for-linus
Diffstat (limited to 'kernel/panic.c')
-rw-r--r-- | kernel/panic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 69231670eb95..d7bb6974efb5 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -119,6 +119,8 @@ NORET_TYPE void panic(const char * fmt, ...) } mdelay(PANIC_TIMER_STEP); } + } + if (panic_timeout != 0) { /* * This will not be a clean reboot, with everything * shutting down. But if there is a chance of |