summaryrefslogtreecommitdiffstats
path: root/arch/ia64/sn/pci/tioca_provider.c
diff options
context:
space:
mode:
authorMark Maule2005-08-25 20:45:00 +0200
committerTony Luck2005-08-26 21:09:01 +0200
commit8409668b561fbe464f7a392e8dc77eca225d27ac (patch)
tree7783a2e701b7ae866be858e9121ec70f91fe4fa9 /arch/ia64/sn/pci/tioca_provider.c
parent[IA64] SGI SN remove redundant partition SAL call (diff)
downloadkernel-qcow2-linux-8409668b561fbe464f7a392e8dc77eca225d27ac.tar.gz
kernel-qcow2-linux-8409668b561fbe464f7a392e8dc77eca225d27ac.tar.xz
kernel-qcow2-linux-8409668b561fbe464f7a392e8dc77eca225d27ac.zip
[IA64] altix: Abstract irq_affinity at the sn pci provider
Altix patch to abstract irq_affinity down to the pci provider level since different SGI hardware implements this in different ways. Signed-off-by: Mark Maule <maule@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/sn/pci/tioca_provider.c')
-rw-r--r--arch/ia64/sn/pci/tioca_provider.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/sn/pci/tioca_provider.c b/arch/ia64/sn/pci/tioca_provider.c
index 4ea04cfa30ff..ea09c12f0258 100644
--- a/arch/ia64/sn/pci/tioca_provider.c
+++ b/arch/ia64/sn/pci/tioca_provider.c
@@ -657,7 +657,8 @@ static struct sn_pcibus_provider tioca_pci_interfaces = {
.dma_map_consistent = tioca_dma_map,
.dma_unmap = tioca_dma_unmap,
.bus_fixup = tioca_bus_fixup,
- .force_interrupt = NULL
+ .force_interrupt = NULL,
+ .target_interrupt = NULL
};
/**