summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/x86_init.h
diff options
context:
space:
mode:
authorJoerg Roedel <joro@8bytes.org>2012-09-26 12:44:50 +0200
committerJoerg Roedel <joro@8bytes.org>2013-01-28 12:51:52 +0100
commitda165322dfb6cbc50042b1051f07b837a26f3bb8 (patch)
tree141443ee5f9bff4ba3bcf290944bcab7487f5934 /arch/x86/include/asm/x86_init.h
parent7601384f91be1a5ea60cb4ef6e28cad628e6cd1e (diff)
downloadop-kernel-dev-da165322dfb6cbc50042b1051f07b837a26f3bb8.zip
op-kernel-dev-da165322dfb6cbc50042b1051f07b837a26f3bb8.tar.gz
x86, io_apic: Introduce eoi_ioapic_pin call-back
This callback replaces the old __eoi_ioapic_pin function which needs a special path for interrupt remapping. Signed-off-by: Joerg Roedel <joro@8bytes.org> Acked-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86/include/asm/x86_init.h')
-rw-r--r--arch/x86/include/asm/x86_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h
index c9f87be..7669941 100644
--- a/arch/x86/include/asm/x86_init.h
+++ b/arch/x86/include/asm/x86_init.h
@@ -212,6 +212,7 @@ struct x86_io_apic_ops {
int (*setup_entry)(int irq, struct IO_APIC_route_entry *entry,
unsigned int destination, int vector,
struct io_apic_irq_attr *attr);
+ void (*eoi_ioapic_pin)(int apic, int pin, int vector);
};
extern struct x86_init_ops x86_init;
OpenPOWER on IntegriCloud