[PATCH] powerpc/powernv: Reduce panic timeout from 180s to 10s

2014-04-30 Thread Anton Blanchard
We've already dropped the default pseries timeout to 10s, do the same for powernv. Signed-off-by: Anton Blanchard an...@samba.org --- arch/powerpc/platforms/powernv/setup.c | 2 ++ 1 file changed, 2 insertions(+) v2: fix the commit message as Paul pointed out diff --git

Re: [PATCH] powerpc/powernv: Reduce panic timeout from 180s to 10s

2013-10-08 Thread Scott Wood
On Tue, 2013-10-01 at 18:39 +1000, Michael Ellerman wrote: On Thu, Sep 26, 2013 at 09:17:19PM +1000, Anton Blanchard wrote: We made this change to pseries in 2011 and I think it makes sense to do the same on powernv. I'd vote we set it to 10s for all 64-bit machines in

Re: [PATCH] powerpc/powernv: Reduce panic timeout from 180s to 10s

2013-10-08 Thread Anton Blanchard
We made this change to pseries in 2011 and I think it makes sense to do the same on powernv. I'd vote we set it to 10s for all 64-bit machines in arch/powerpc/kernel/setup_64.c. Why is 64-bit relevant? And wouldn't such a short delay be a problem if the crash is displayed on a

Re: [PATCH] powerpc/powernv: Reduce panic timeout from 180s to 10s

2013-10-01 Thread Michael Ellerman
On Thu, Sep 26, 2013 at 09:17:19PM +1000, Anton Blanchard wrote: We made this change to pseries in 2011 and I think it makes sense to do the same on powernv. I'd vote we set it to 10s for all 64-bit machines in arch/powerpc/kernel/setup_64.c. cheers

[PATCH] powerpc/powernv: Reduce panic timeout from 180s to 10s

2013-09-26 Thread Anton Blanchard
We made this change to pseries in 2011 and I think it makes sense to do the same on powernv. Signed-off-by: Anton Blanchard an...@samba.org --- Index: b/arch/powerpc/platforms/powernv/setup.c === ---