[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>
This commit is contained in:
parent
e0f90b6418
commit
2fd30be8da
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
* is broken and panic. This sets the threshold for how many read
|
* is broken and panic. This sets the threshold for how many read
|
||||||
* attempts we allow before panicking.
|
* attempts we allow before panicking.
|
||||||
*/
|
*/
|
||||||
#define EEH_MAX_FAILS 100000
|
#define EEH_MAX_FAILS 2100000
|
||||||
|
|
||||||
/* RTAS tokens */
|
/* RTAS tokens */
|
||||||
static int ibm_set_eeh_option;
|
static int ibm_set_eeh_option;
|
||||||
|
|
Loading…
Add table
Reference in a new issue