From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 26 Sep 2013 21:17:19 +1000 From: Anton Blanchard To: benh@kernel.crashing.org, paulus@samba.org Subject: [PATCH] powerpc/powernv: Reduce panic timeout from 180s to 10s Message-ID: <20130926211719.7b99740a@kryten> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 --- Index: b/arch/powerpc/platforms/powernv/setup.c =================================================================== --- a/arch/powerpc/platforms/powernv/setup.c +++ b/arch/powerpc/platforms/powernv/setup.c @@ -37,6 +37,8 @@ static void __init pnv_setup_arch(void) { + panic_timeout = 10; + /* Initialize SMP */ pnv_smp_init();