From: Anton Blanchard <anton@samba.org>
To: Paul Mackerras <paulus@samba.org>,
benh@kernel.crashing.org, Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Subject: [PATCH] powerpc/powernv: Reduce panic timeout from 180s to 10s
Date: Thu, 1 May 2014 08:07:20 +1000 [thread overview]
Message-ID: <20140501080720.40566339@kryten> (raw)
In-Reply-To: <20140430212942.GC9671@iris.ozlabs.ibm.com>
We've already dropped the default pseries timeout to 10s, do
the same for powernv.
Signed-off-by: Anton Blanchard <anton@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 a/arch/powerpc/platforms/powernv/setup.c b/arch/powerpc/platforms/powernv/setup.c
index 23aab41..a789307 100644
--- a/arch/powerpc/platforms/powernv/setup.c
+++ b/arch/powerpc/platforms/powernv/setup.c
@@ -39,6 +39,8 @@
static void __init pnv_setup_arch(void)
{
+ set_arch_panic_timeout(10, ARCH_PANIC_TIMEOUT);
+
/* Initialize SMP */
pnv_smp_init();
--
1.9.1
next prev parent reply other threads:[~2014-04-30 22:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-30 21:20 [PATCH] powerpc/powernv: Reduce pseries panic timeout from 180s to 10s Anton Blanchard
2014-04-30 21:29 ` Paul Mackerras
2014-04-30 22:07 ` Anton Blanchard [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-09-26 11:17 [PATCH] powerpc/powernv: Reduce " Anton Blanchard
2013-10-01 8:39 ` Michael Ellerman
2013-10-08 21:52 ` Scott Wood
2013-10-08 23:56 ` Anton Blanchard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140501080720.40566339@kryten \
--to=anton@samba.org \
--cc=benh@kernel.crashing.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.