mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
fc1edaf9e7
Add x2apic_supported() to clean up CONFIG_X86_X2APIC checks. Fix CONFIG_INTR_REMAP checks. [ Impact: cleanup ] Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Cc: dwmw2@infradead.org Cc: Suresh Siddha <suresh.b.siddha@intel.com> Cc: Weidong Han <weidong.han@intel.com> LKML-Reference: <20090420200450.128993000@linux-os.sc.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
7 lines
165 B
C
7 lines
165 B
C
#ifndef _ASM_X86_IRQ_REMAPPING_H
|
|
#define _ASM_X86_IRQ_REMAPPING_H
|
|
|
|
#define IRTE_DEST(dest) ((x2apic_mode) ? dest : dest << 8)
|
|
|
|
#endif /* _ASM_X86_IRQ_REMAPPING_H */
|