X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fmach-xen%2Fasm%2Firq.h;h=44952dc148f3ba3a1542de358806286dd036d4f1;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=f489bf586e82b2297f84c0026620d8eb0eb719b3;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-x86_64/mach-xen/asm/irq.h b/include/asm-x86_64/mach-xen/asm/irq.h index f489bf586..44952dc14 100644 --- a/include/asm-x86_64/mach-xen/asm/irq.h +++ b/include/asm-x86_64/mach-xen/asm/irq.h @@ -20,11 +20,7 @@ static __inline__ int irq_canonicalize(int irq) return ((irq == 2) ? 9 : irq); } -#ifdef CONFIG_X86_LOCAL_APIC #define ARCH_HAS_NMI_WATCHDOG /* See include/linux/nmi.h */ -#endif - -#define KDB_VECTOR 0xf9 # define irq_ctx_init(cpu) do { } while (0)