Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2fd30be8dae25386fc5167c34c6d73201334a8d4
Commit:     2fd30be8dae25386fc5167c34c6d73201334a8d4
Parent:     e0f90b64181d668ce5995a40f312ed21085bfa98
Author:     Linas Vepstas <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 19 14:53:22 2007 -0500
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Thu Mar 22 22:52:51 2007 +1100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/pseries/eeh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/pseries/eeh.c 
b/arch/powerpc/platforms/pseries/eeh.c
index 3d9f5c1..2d0a43f 100644
--- a/arch/powerpc/platforms/pseries/eeh.c
+++ b/arch/powerpc/platforms/pseries/eeh.c
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to