]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Fix interrupt probing on E450 sparc64 systems
authorDavid Miller <davem@davemloft.net>
Tue, 27 Feb 2007 19:01:38 +0000 (11:01 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Mar 2007 18:50:25 +0000 (10:50 -0800)
commitd8bb5ffcdffc2fc48e2b8e4e336a07f4af1f1032
tree542d06697258a69401d5f616e8f9e19cf07d6b7e
parent01f919ed97b0bff878b930de3971214ad3d890a5
Fix interrupt probing on E450 sparc64 systems

[SPARC64]: Fix PCI interrupts on E450 et al.

When the PCI controller OBP node lacks an interrupt-map
and interrupt-map-mask property, we need to form the
INO by hand.  The PCI swizzle logic was not doing that
properly.

This was a regression added by the of_device code.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/sparc64/kernel/of_device.c