x86: clean up the APIC_DEST_LOGICAL logic
[linux-2.6-block.git] / arch / x86 / include / asm / mach-generic / mach_apic.h
CommitLineData
05e4d316
PA
1#ifndef _ASM_X86_MACH_GENERIC_MACH_APIC_H
2#define _ASM_X86_MACH_GENERIC_MACH_APIC_H
1da177e4
LT
3
4#include <asm/genapic.h>
5
c8d46cf0 6#define NO_BALANCE_IRQ (apic->no_balance_irq)
c8d46cf0
IM
7#define init_apic_ldr (apic->init_apic_ldr)
8#define ioapic_phys_id_map (apic->ioapic_phys_id_map)
9#define setup_apic_routing (apic->setup_apic_routing)
10#define multi_timer_check (apic->multi_timer_check)
11#define apicid_to_node (apic->apicid_to_node)
12#define cpu_to_logical_apicid (apic->cpu_to_logical_apicid)
13#define cpu_present_to_apicid (apic->cpu_present_to_apicid)
14#define apicid_to_cpu_present (apic->apicid_to_cpu_present)
15#define setup_portio_remap (apic->setup_portio_remap)
16#define check_apicid_present (apic->check_apicid_present)
17#define check_phys_apicid_present (apic->check_phys_apicid_present)
18#define check_apicid_used (apic->check_apicid_used)
19#define cpu_mask_to_apicid (apic->cpu_mask_to_apicid)
20#define cpu_mask_to_apicid_and (apic->cpu_mask_to_apicid_and)
21#define vector_allocation_domain (apic->vector_allocation_domain)
22#define enable_apic_mode (apic->enable_apic_mode)
23#define phys_pkg_id (apic->phys_pkg_id)
24#define wakeup_secondary_cpu (apic->wakeup_cpu)
1da177e4 25
911a62d4
VP
26extern void generic_bigsmp_probe(void);
27
05e4d316 28#endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */