commit | f948cc6ab9e61a8e88d70ee9aafc690e6d26f92c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Sep 16 09:53:42 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 16 09:53:42 2008 -0700 |
tree | 9fd4497604d8888f6f569a486a710392aa3a2663 | |
parent | 6bfb09a1005193be5c81ebac9f3ef85210142650 [diff] |
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 <davem@davemloft.net>