From: Linas Vepstas Date: Mon, 25 Sep 2006 23:01:42 +0000 (-0500) Subject: [POWERPC] EEH failure to mark pci slot as frozen. X-Git-Tag: v2.6.19-rc1~219^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022d51b1b28d25d50935c39d7968fefe34102a9f;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed