aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2014-04-30 17:20:04 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-06-11 03:04:07 -0400
commit4817fc323dad9f08f2cb1aca22e6dc7f894c95d5 (patch)
tree00e0d48a5e3d1921d2ddf17591161a46940e653e /arch/powerpc/platforms/powernv
parent50b66dbf876a10e35604fe325dc307811fb17a1b (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/powerpc/platforms/powernv')
-rw-r--r--arch/powerpc/platforms/powernv/setup.c2
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
42static void __init pnv_setup_arch(void) 42static 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