blob: 78242c6ffa588f6dea9b71ae093946f93ea6417f [file] [log] [blame]
Suresh Siddha89027d32008-07-10 11:16:56 -07001#ifndef _ASM_IRQ_REMAPPING_H
2#define _ASM_IRQ_REMAPPING_H
3
4extern int x2apic;
5
6#define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8)
7
8#endif