commit | 022d51b1b28d25d50935c39d7968fefe34102a9f | [log] [tgz] |
---|---|---|
author | Linas Vepstas <linas@austin.ibm.com> | Mon Sep 25 18:01:42 2006 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Tue Sep 26 15:41:03 2006 +1000 |
tree | a0c821bc88572a77be2caa9623bb16310049d527 | |
parent | 2cec1b452c2cb6abf0589f35b69ce09c3e612bb4 [diff] |
[POWERPC] EEH failure to mark pci slot as frozen. Bug fix: when marking a slot as frozen, we forgot to mark pci device itself as frozen. (we did manage to mark the pci children, but forget the parent itself.) This is needed so that some device drivers can check the pci status in critical sections (e.g. in spin loops with interrupts disabled). Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>