diff options
Diffstat (limited to 'kernel/panic.c')
-rw-r--r-- | kernel/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 8e53e13b4..8ea4fd0b6 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -21,7 +21,7 @@ asmlinkage void sys_sync(void); /* it's really int */ extern void unblank_console(void); extern int C_A_D; -int panic_timeout = 0; +int panic_timeout; struct notifier_block *panic_notifier_list = NULL; |