aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/apic.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-17 08:45:30 -0500
committerIngo Molnar <mingo@elte.hu>2009-02-17 11:52:46 -0500
commit2f205bc47f615b7bd0c7aba817d67ce25760eaf1 (patch)
treedb0db390facd85e29bc14e58646ec5946ee0b665 /arch/x86/include/asm/apic.h
parent77313190d121dd1fffa965aff6e9f0782a307bb8 (diff)
x86, apic: clean up the cpu_2_logical_apiciddeclaration
extern declarations were scattered in 4 files - consolidate them into apic.h. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r--arch/x86/include/asm/apic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h
index c07f5fbf43c8..2cdd19e4536f 100644
--- a/arch/x86/include/asm/apic.h
+++ b/arch/x86/include/asm/apic.h
@@ -541,4 +541,8 @@ static inline physid_mask_t default_apicid_to_cpu_present(int phys_apicid)
541 541
542#endif /* CONFIG_X86_LOCAL_APIC */ 542#endif /* CONFIG_X86_LOCAL_APIC */
543 543
544#ifdef CONFIG_X86_32
545extern u8 cpu_2_logical_apicid[NR_CPUS];
546#endif
547
544#endif /* _ASM_X86_APIC_H */ 548#endif /* _ASM_X86_APIC_H */