]> rtime.felk.cvut.cz Git - linux-imx.git/commit
powerpc: Reduce pseries panic timeout from 180s to 10s
authorAnton Blanchard <anton@samba.org>
Wed, 30 Nov 2011 00:23:14 +0000 (00:23 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 8 Dec 2011 03:02:23 +0000 (14:02 +1100)
commita934904d8ac2411ca329fc50daa29ab35a8f198b
treedc87076a1aa6fcc04bd631623e76347a52cf4970
parent760ca4dc90e624eb8f7ff85a5925151e25577758
powerpc: Reduce pseries panic timeout from 180s to 10s

We've had a 180 second panic timeout on ppc64 for as long as I
can remember. This patch reduces it to 10 seconds on pseries for a few
reasons:

- Almost all pseries machines have a hypervisor console so panic
  output will be available in a scrollback buffer.

- The 180 seconds impacts our availability, users (other than
  kernel hackers) just want the box to come back around so it
  can continue its work.

- I spend a lot of my life staring at the 180 second panic timeout.
  Many pseries machines take minutes to power cycle, so it's quicker
  to sit through the 180 seconds than it is to power cycle.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/setup.c