From: David S. Miller Date: Tue, 16 Sep 2008 16:53:42 +0000 (-0700) Subject: sparc64: Fix OOPS in psycho_pcierr_intr_other(). X-Git-Tag: v2.6.27-rc7~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f948cc6ab9e61a8e88d70ee9aafc690e6d26f92c;p=pandora-kernel.git sparc64: Fix OOPS in psycho_pcierr_intr_other(). We no longer put the top-level PCI controller device into the PCI layer device list. So pbm->pci_bus->self is always NULL. Therefore, use direct PCI config space accesses to get at the PCI controller's PCI_STATUS register. Tested by Meelis Roos. Signed-off-by: David S. Miller --- Reading git-diff-tree failed