diff options
author | Anton Blanchard <anton@samba.org> | 2014-04-30 17:20:04 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-11 03:04:07 -0400 |
commit | 4817fc323dad9f08f2cb1aca22e6dc7f894c95d5 (patch) | |
tree | 00e0d48a5e3d1921d2ddf17591161a46940e653e /arch | |
parent | 50b66dbf876a10e35604fe325dc307811fb17a1b (diff) |
powerpc/powernv: Reduce panic timeout from 180s to 10s
We've already dropped the default pseries timeout to 10s, do
the same for powernv.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/powernv/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/powernv/setup.c b/arch/powerpc/platforms/powernv/setup.c index 678573c4ac49..d9b88fa7c5a3 100644 --- a/arch/powerpc/platforms/powernv/setup.c +++ b/arch/powerpc/platforms/powernv/setup.c | |||
@@ -41,6 +41,8 @@ | |||
41 | 41 | ||
42 | static void __init pnv_setup_arch(void) | 42 | static void __init pnv_setup_arch(void) |
43 | { | 43 | { |
44 | set_arch_panic_timeout(10, ARCH_PANIC_TIMEOUT); | ||
45 | |||
44 | /* Initialize SMP */ | 46 | /* Initialize SMP */ |
45 | pnv_smp_init(); | 47 | pnv_smp_init(); |
46 | 48 | ||