From: Rafael J. Wysocki Date: Tue, 13 Jan 2009 23:40:38 +0000 (+0100) Subject: PCI PM: Split PCI Express port suspend-resume X-Git-Tag: v2.6.27.12~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e04d6acc86af7ed9160e73bab9dc6bc9e0e5cf;p=pandora-kernel.git PCI PM: Split PCI Express port suspend-resume commit a79d682f789730dfabaebbb507c87a90c0671a62 upstream Suspend-resume of PCI Express ports has recently been moved into _suspend_late() and _resume_early() callbacks, but some functions executed from there should not be called with interrupts disabled, eg. pci_enable_device(). For this reason, split the suspend-resume of PCI Express ports into parts to be executed with interrupts disabled and with interrupts enabled. Signed-off-by: Rafael J. Wysocki Signed-off-by: Jesse Barnes Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed