Browse Source

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>
Anton Blanchard 11 years ago
parent
commit
4817fc323d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/powerpc/platforms/powernv/setup.c

+ 2 - 0
arch/powerpc/platforms/powernv/setup.c

@@ -41,6 +41,8 @@
 
 
 static void __init pnv_setup_arch(void)
 static void __init pnv_setup_arch(void)
 {
 {
+	set_arch_panic_timeout(10, ARCH_PANIC_TIMEOUT);
+
 	/* Initialize SMP */
 	/* Initialize SMP */
 	pnv_smp_init();
 	pnv_smp_init();