diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 22:32:51 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:17 -0500 |
commit | fe402e1f2b67a63f1e53ab2a316fc20f7ca4ec91 (patch) | |
tree | 2a903e99aee78879b538f38676d30a4a4d9fde0e /arch/x86/include/asm/mach-generic | |
parent | 0a9cc20b9c18372ba5a9fea990f5812f3ee01e32 (diff) |
x86, apic: clean up / remove TARGET_CPUS
Impact: cleanup
use apic->target_cpus() directly instead of the TARGET_CPUS wrapper.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mach-generic')
-rw-r--r-- | arch/x86/include/asm/mach-generic/mach_apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mach-generic/mach_apic.h b/arch/x86/include/asm/mach-generic/mach_apic.h index 387a5d00c43d..da2d7780cb52 100644 --- a/arch/x86/include/asm/mach-generic/mach_apic.h +++ b/arch/x86/include/asm/mach-generic/mach_apic.h | |||
@@ -7,7 +7,6 @@ | |||
7 | #define NO_BALANCE_IRQ (apic->no_balance_irq) | 7 | #define NO_BALANCE_IRQ (apic->no_balance_irq) |
8 | #undef APIC_DEST_LOGICAL | 8 | #undef APIC_DEST_LOGICAL |
9 | #define APIC_DEST_LOGICAL (apic->apic_destination_logical) | 9 | #define APIC_DEST_LOGICAL (apic->apic_destination_logical) |
10 | #define TARGET_CPUS (apic->target_cpus()) | ||
11 | #define init_apic_ldr (apic->init_apic_ldr) | 10 | #define init_apic_ldr (apic->init_apic_ldr) |
12 | #define ioapic_phys_id_map (apic->ioapic_phys_id_map) | 11 | #define ioapic_phys_id_map (apic->ioapic_phys_id_map) |
13 | #define setup_apic_routing (apic->setup_apic_routing) | 12 | #define setup_apic_routing (apic->setup_apic_routing) |