]> git.baikalelectronics.ru Git - kernel.git/commit
[SPARC64]: Fix 2 bugs in PCI Sabre bus scanning.
authorDavid S. Miller <davem@ultra5.davemloft.net>
Wed, 6 Jun 2007 21:03:08 +0000 (14:03 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Jun 2007 23:59:46 +0000 (16:59 -0700)
commit249b52c57dcad8ae9454989f44cb6ae2d0d10818
treea81be2b3ca7f3423830faf79368cfc9c847c4af8
parent6a4610ff85447f1f19c581bbbe296b39a971964d
[SPARC64]: Fix 2 bugs in PCI Sabre bus scanning.

If we are on hummingbird, bus runs at 66MHZ.

pbm->pci_bus should be setup with the result of pci_scan_one_pbm()
or else we deref NULL pointers in the error interrupt handlers.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/pci_sabre.c