]> git.baikalelectronics.ru Git - 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)
commitf4e68e7c346ae9331ec2f6c6f26aa3f47610ef33
tree3e3a0c8a68221b4a76489ad595d0b886e2683dd9
parent88b219158d9740db1f19fa304aa8e140b39c9a6f
[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