Skip to content
Commit f948cc6a authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 6bfb09a1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment