Skip to content

Commit

Permalink
[POWERPC] EEH: Tolerate high mmio
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linas Vepstas authored and Paul Mackerras committed Mar 22, 2007
1 parent e0f90b6 commit 2fd30be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/pseries/eeh.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
* is broken and panic. This sets the threshold for how many read
* attempts we allow before panicking.
*/
#define EEH_MAX_FAILS 100000
#define EEH_MAX_FAILS 2100000

/* RTAS tokens */
static int ibm_set_eeh_option;
Expand Down

0 comments on commit 2fd30be

Please sign in to comment.