blob: 20e1fd588dbfbfefc30b567b35625098002f105c [file] [log] [blame]
H. Peter Anvin5e1b0072008-10-23 00:20:33 -07001#ifndef _ASM_X86_IRQ_REMAPPING_H
2#define _ASM_X86_IRQ_REMAPPING_H
Suresh Siddha89027d32008-07-10 11:16:56 -07003
4extern int x2apic;
5
6#define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8)
7
H. Peter Anvin5e1b0072008-10-23 00:20:33 -07008#endif /* _ASM_X86_IRQ_REMAPPING_H */