projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50b66db
)
powerpc/powernv: Reduce panic timeout from 180s to 10s
author
Anton Blanchard
<
[email protected]
>
Wed, 30 Apr 2014 21:20:04 +0000
(07:20 +1000)
committer
Benjamin Herrenschmidt
<
[email protected]
>
Wed, 11 Jun 2014 07:04:07 +0000
(17:04 +1000)
We've already dropped the default pseries timeout to 10s, do
the same for powernv.
Signed-off-by: Anton Blanchard <
[email protected]
>
Signed-off-by: Benjamin Herrenschmidt <
[email protected]
>
arch/powerpc/platforms/powernv/setup.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/powernv/setup.c
b/arch/powerpc/platforms/powernv/setup.c
index 678573c4ac494c9868bf7d919e38f6a97323225c..d9b88fa7c5a349f26c040b20dcf5e72a67de8860 100644
(file)
--- a/
arch/powerpc/platforms/powernv/setup.c
+++ b/
arch/powerpc/platforms/powernv/setup.c
@@
-41,6
+41,8
@@
static void __init pnv_setup_arch(void)
{
+ set_arch_panic_timeout(10, ARCH_PANIC_TIMEOUT);
+
/* Initialize SMP */
pnv_smp_init();