aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/eeh.c
diff options
context:
space:
mode:
authorLinas Vepstas <linas@austin.ibm.com>2007-03-19 15:53:22 -0400
committerPaul Mackerras <paulus@samba.org>2007-03-22 07:52:51 -0400
commit2fd30be8dae25386fc5167c34c6d73201334a8d4 (patch)
tree848d64b7ca9b4fde4a05446d8d9affc3f39d02fc /arch/powerpc/platforms/pseries/eeh.c
parente0f90b64181d668ce5995a40f312ed21085bfa98 (diff)
[POWERPC] EEH: Tolerate high mmio
Some drivers will attempt to perform a lot of mmio even after an EEH event was detected. This is especially the case for fast cpu's and PCI-E slots. Be a bit more lenient in allowing this. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/eeh.c')
-rw-r--r--arch/powerpc/platforms/pseries/eeh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/eeh.c b/arch/powerpc/platforms/pseries/eeh.c
index 3d9f5c1113aa..2d0a43f1efb4 100644
--- a/arch/powerpc/platforms/pseries/eeh.c
+++ b/arch/powerpc/platforms/pseries/eeh.c
@@ -74,7 +74,7 @@
74 * is broken and panic. This sets the threshold for how many read 74 * is broken and panic. This sets the threshold for how many read
75 * attempts we allow before panicking. 75 * attempts we allow before panicking.
76 */ 76 */
77#define EEH_MAX_FAILS 100000 77#define EEH_MAX_FAILS 2100000
78 78
79/* RTAS tokens */ 79/* RTAS tokens */
80static int ibm_set_eeh_option; 80static int ibm_set_eeh_option;