* [PATCH] powerpc/powernv: Reduce pseries panic timeout from 180s to 10s
@ 2014-04-30 21:20 Anton Blanchard
2014-04-30 21:29 ` Paul Mackerras
0 siblings, 1 reply; 3+ messages in thread
From: Anton Blanchard @ 2014-04-30 21:20 UTC (permalink / raw)
To: benh, paulus, linuxppc-dev, Michael Ellerman
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(+)
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] powerpc/powernv: Reduce pseries panic timeout from 180s to 10s
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 ` [PATCH] powerpc/powernv: Reduce " Anton Blanchard
0 siblings, 1 reply; 3+ messages in thread
From: Paul Mackerras @ 2014-04-30 21:29 UTC (permalink / raw)
To: Anton Blanchard; +Cc: linuxppc-dev
On Thu, May 01, 2014 at 07:20:04AM +1000, Anton Blanchard wrote:
> We've already dropped the default pseries timeout to 10s, do
> the same for powernv.
Why is there "pseries" in the patch subject rather than "powernv"?
Paul.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] powerpc/powernv: Reduce panic timeout from 180s to 10s
2014-04-30 21:29 ` Paul Mackerras
@ 2014-04-30 22:07 ` Anton Blanchard
0 siblings, 0 replies; 3+ messages in thread
From: Anton Blanchard @ 2014-04-30 22:07 UTC (permalink / raw)
To: Paul Mackerras, benh, Michael Ellerman; +Cc: linuxppc-dev
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-30 22:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH] powerpc/powernv: Reduce " Anton Blanchard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).