diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 00:50:47 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:21 -0500 |
commit | a5c4329622a3437adef4b2a4288d127957743c97 (patch) | |
tree | 9eca2d48aba0da0265976b98e3e4122a3d93bc86 /arch/x86/mach-generic/default.c | |
parent | e2d40b1878bd13ca1028ddd299c48e4821ac3535 (diff) |
x86, apic: clean up ->init_apic_ldr()
- separate the namespace
- remove macros
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic/default.c')
-rw-r--r-- | arch/x86/mach-generic/default.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/default.c b/arch/x86/mach-generic/default.c index 6adc3c69a3c9..633e8482af25 100644 --- a/arch/x86/mach-generic/default.c +++ b/arch/x86/mach-generic/default.c | |||
@@ -56,7 +56,7 @@ struct genapic apic_default = { | |||
56 | .check_apicid_present = default_check_apicid_present, | 56 | .check_apicid_present = default_check_apicid_present, |
57 | 57 | ||
58 | .vector_allocation_domain = default_vector_allocation_domain, | 58 | .vector_allocation_domain = default_vector_allocation_domain, |
59 | .init_apic_ldr = init_apic_ldr, | 59 | .init_apic_ldr = default_init_apic_ldr, |
60 | 60 | ||
61 | .ioapic_phys_id_map = ioapic_phys_id_map, | 61 | .ioapic_phys_id_map = ioapic_phys_id_map, |
62 | .setup_apic_routing = setup_apic_routing, | 62 | .setup_apic_routing = setup_apic_routing, |