x86, apic: clean up ->init_apic_ldr()
[deliverable/linux.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
IM
6#define ioapic_phys_id_map (apic->ioapic_phys_id_map)
7#define setup_apic_routing (apic->setup_apic_routing)
8#define multi_timer_check (apic->multi_timer_check)
9#define apicid_to_node (apic->apicid_to_node)
10#define cpu_to_logical_apicid (apic->cpu_to_logical_apicid)
11#define cpu_present_to_apicid (apic->cpu_present_to_apicid)
12#define apicid_to_cpu_present (apic->apicid_to_cpu_present)
13#define setup_portio_remap (apic->setup_portio_remap)
c8d46cf0 14#define check_phys_apicid_present (apic->check_phys_apicid_present)
c8d46cf0
IM
15#define cpu_mask_to_apicid (apic->cpu_mask_to_apicid)
16#define cpu_mask_to_apicid_and (apic->cpu_mask_to_apicid_and)
c8d46cf0
IM
17#define enable_apic_mode (apic->enable_apic_mode)
18#define phys_pkg_id (apic->phys_pkg_id)
19#define wakeup_secondary_cpu (apic->wakeup_cpu)
1da177e4 20
911a62d4
VP
21extern void generic_bigsmp_probe(void);
22
05e4d316 23#endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */
This page took 0.384842 seconds and 5 git commands to generate.