commit | abb0052289e58140d933b29491f59e4be0a19727 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Feb 23 19:54:53 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Feb 23 19:58:09 2011 +0100 |
tree | 37318c7f0c897f1346db933d469b4fffaa084aec | |
parent | 710dcda64369e3f3704a0eee502ce27dbf9fedc1 [diff] [blame] |
x86: ioapic: Move trigger defines to io_apic.h Required for devicetree based io_apic configuration. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/x86/include/asm/io_apic.h b/arch/x86/include/asm/io_apic.h index be61e22..c4bd267 100644 --- a/arch/x86/include/asm/io_apic.h +++ b/arch/x86/include/asm/io_apic.h
@@ -95,6 +95,10 @@ index : 15; } __attribute__ ((packed)); +#define IOAPIC_AUTO -1 +#define IOAPIC_EDGE 0 +#define IOAPIC_LEVEL 1 + #ifdef CONFIG_X86_IO_APIC /*