git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bfb09a
)
sparc64: Fix OOPS in psycho_pcierr_intr_other().
author
David S. Miller
<davem@davemloft.net>
Tue, 16 Sep 2008 16:53:42 +0000
(09:53 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 16 Sep 2008 16:53:42 +0000
(09:53 -0700)
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>
No differences found