commit | 8c33fd11e3a21a15af35b5831f1516faf53094f1 | [log] [tgz] |
---|---|---|
author | Linas Vepstas <linas@austin.ibm.com> | Wed Mar 29 15:29:18 2006 -0600 |
committer | Paul Mackerras <paulus@samba.org> | Sat Apr 01 22:35:01 2006 +1100 |
tree | 80e4ac00c80db232a131907fcf9e5b9cd5cfdfb2 | |
parent | f18dd516d433d0b740aa8365d706f5ad47603449 [diff] |
[PATCH] powerpc/pseries: mutex lock to serialize EEH event processing This forces the processing of EEH PCI events to be serialized, using a very simple mutex lock. This serialization is required to avoid races involving additional PCI device failures that may occur during the recovery phase of a previous failure. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>