x86, apic: remove DEFAULT_IRQ_DELIVERY_MODE and DEFAULT_IRQ_DEST_MODE
Impact: cleanup They were only used in a single place and obscured the apic_default template. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -34,8 +34,6 @@ static inline const struct cpumask *target_cpus(void)
|
|||||||
#define wakeup_secondary_cpu (apic->wakeup_cpu)
|
#define wakeup_secondary_cpu (apic->wakeup_cpu)
|
||||||
extern void setup_apic_routing(void);
|
extern void setup_apic_routing(void);
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_IRQ_DELIVERY_MODE dest_LowestPrio
|
|
||||||
#define DEFAULT_IRQ_DEST_MODE 1 /* logical delivery broadcast to all procs */
|
|
||||||
#define TARGET_CPUS (target_cpus())
|
#define TARGET_CPUS (target_cpus())
|
||||||
#define wakeup_secondary_cpu wakeup_secondary_cpu_via_init
|
#define wakeup_secondary_cpu wakeup_secondary_cpu_via_init
|
||||||
/*
|
/*
|
||||||
|
@@ -31,8 +31,9 @@ struct genapic apic_default = {
|
|||||||
.acpi_madt_oem_check = NULL,
|
.acpi_madt_oem_check = NULL,
|
||||||
.apic_id_registered = default_apic_id_registered,
|
.apic_id_registered = default_apic_id_registered,
|
||||||
|
|
||||||
.irq_delivery_mode = DEFAULT_IRQ_DELIVERY_MODE,
|
.irq_delivery_mode = dest_LowestPrio,
|
||||||
.irq_dest_mode = DEFAULT_IRQ_DEST_MODE,
|
/* logical delivery broadcast to all CPUs: */
|
||||||
|
.irq_dest_mode = 1,
|
||||||
|
|
||||||
.target_cpus = target_cpus,
|
.target_cpus = target_cpus,
|
||||||
.ESR_DISABLE = esr_disable,
|
.ESR_DISABLE = esr_disable,
|
||||||
|
Reference in New Issue
Block a user