]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
[SPARC64]: Fix pci_intmap_match().
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 15 Feb 2006 09:19:56 +0000 (01:19 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:13:03 +0000 (01:13 -0800)
commit63c2a0e598c2fa769a08a6e9ad124bf270b4436e
tree3e3a0c8a68221b4a76489ad595d0b886e2683dd9
parentab66a50e31deb48b0444c248e67e5aa3217efda5
[SPARC64]: Fix pci_intmap_match().

When crawling up the PCI bus chain, stop at the first node
that has an interrupt-map property before we hit the root.

Also, if we use a bus interrupt-{map,mask} do not forget to
update the 'intmask' pointer as we do for the 'intmap' pointer.

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