diff options
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, ...) | |||
119 | } | 119 | } |
120 | mdelay(PANIC_TIMER_STEP); | 120 | mdelay(PANIC_TIMER_STEP); |
121 | } | 121 | } |
122 | } | ||
123 | if (panic_timeout != 0) { | ||
122 | /* | 124 | /* |
123 | * This will not be a clean reboot, with everything | 125 | * This will not be a clean reboot, with everything |
124 | * shutting down. But if there is a chance of | 126 | * shutting down. But if there is a chance of |