diff options
author | Mark Maule <maule@sgi.com> | 2005-08-25 11:45:00 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-08-26 12:09:01 -0700 |
commit | 8409668b561fbe464f7a392e8dc77eca225d27ac (patch) | |
tree | 7783a2e701b7ae866be858e9121ec70f91fe4fa9 /include | |
parent | 5b9021bc5800796e23e4994f8cf2dc61536be0a7 (diff) | |
download | linux-stable-8409668b561fbe464f7a392e8dc77eca225d27ac.tar.gz linux-stable-8409668b561fbe464f7a392e8dc77eca225d27ac.tar.bz2 linux-stable-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 'include')
-rw-r--r-- | include/asm-ia64/sn/pcibus_provider_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ia64/sn/pcibus_provider_defs.h b/include/asm-ia64/sn/pcibus_provider_defs.h index 5a92f5149a94..ad0e8e8ae53f 100644 --- a/include/asm-ia64/sn/pcibus_provider_defs.h +++ b/include/asm-ia64/sn/pcibus_provider_defs.h @@ -50,6 +50,7 @@ struct sn_pcibus_provider { void (*dma_unmap)(struct pci_dev *, dma_addr_t, int); void * (*bus_fixup)(struct pcibus_bussoft *, struct pci_controller *); void (*force_interrupt)(struct sn_irq_info *); + void (*target_interrupt)(struct sn_irq_info *); }; extern struct sn_pcibus_provider *sn_pci_provider[]; |