i386: add TRACE_IRQS_OFF for exception 1 (debug)
[linux-2.6/x86.git] / include / asm-x86 / irq_remapping.h
blob78242c6ffa588f6dea9b71ae093946f93ea6417f
1 #ifndef _ASM_IRQ_REMAPPING_H
2 #define _ASM_IRQ_REMAPPING_H
4 extern int x2apic;
6 #define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8)
8 #endif