powerpc/powernv: Reduce panic timeout from 180s to 10s
authorAnton Blanchard <anton@samba.org>
Wed, 30 Apr 2014 21:20:04 +0000 (07:20 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Jun 2014 07:04:07 +0000 (17:04 +1000)
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>
arch/powerpc/platforms/powernv/setup.c

index 678573c..d9b88fa 100644 (file)
@@ -41,6 +41,8 @@
 
 static void __init pnv_setup_arch(void)
 {
+       set_arch_panic_timeout(10, ARCH_PANIC_TIMEOUT);
+
        /* Initialize SMP */
        pnv_smp_init();