mirror of https://gitee.com/openkylin/linux.git
x86, apic: remove IRQ_DEST_MODE
Remove leftover definition. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
38bd77a6c3
commit
7fe732862d
|
@ -22,7 +22,6 @@ static inline const struct cpumask *target_cpus(void)
|
|||
|
||||
#ifdef CONFIG_X86_64
|
||||
#include <asm/genapic.h>
|
||||
#define IRQ_DEST_MODE (apic->irq_dest_mode)
|
||||
#define TARGET_CPUS (apic->target_cpus())
|
||||
#define init_apic_ldr (apic->init_apic_ldr)
|
||||
#define cpu_mask_to_apicid (apic->cpu_mask_to_apicid)
|
||||
|
|
Loading…
Reference in New Issue