Skip to content

Commit

Permalink
powerpc/powernv: Reduce panic timeout from 180s to 10s
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Jun 11, 2014
1 parent 50b66db commit 4817fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/platforms/powernv/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

static void __init pnv_setup_arch(void)
{
set_arch_panic_timeout(10, ARCH_PANIC_TIMEOUT);

/* Initialize SMP */
pnv_smp_init();

Expand Down

0 comments on commit 4817fc3

Please sign in to comment.