aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/smp.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 11:36:56 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-28 17:20:36 -0500
commit1f75ed0c1311a50ed393bcac258de65680d360e5 (patch)
treea01ba549ce874af2167543aa91769bfedd508220 /arch/x86/include/asm/smp.h
parentb2af018ff26f1a2a026f548f7f0e552589905689 (diff)
x86: remove mach_apicdef.h
Move its definitions into apic.h. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/smp.h')
-rw-r--r--arch/x86/include/asm/smp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h
index c63d480802af..d4ac4de4bcec 100644
--- a/arch/x86/include/asm/smp.h
+++ b/arch/x86/include/asm/smp.h
@@ -173,6 +173,8 @@ extern int safe_smp_processor_id(void);
173 173
174#endif 174#endif
175 175
176#include <asm/genapic.h>
177
176#ifdef CONFIG_X86_LOCAL_APIC 178#ifdef CONFIG_X86_LOCAL_APIC
177 179
178#ifndef CONFIG_X86_64 180#ifndef CONFIG_X86_64
@@ -182,7 +184,6 @@ static inline int logical_smp_processor_id(void)
182 return GET_APIC_LOGICAL_ID(*(u32 *)(APIC_BASE + APIC_LDR)); 184 return GET_APIC_LOGICAL_ID(*(u32 *)(APIC_BASE + APIC_LDR));
183} 185}
184 186
185#include <mach_apicdef.h>
186static inline unsigned int read_apic_id(void) 187static inline unsigned int read_apic_id(void)
187{ 188{
188 unsigned int reg; 189 unsigned int reg;
@@ -197,7 +198,6 @@ static inline unsigned int read_apic_id(void)
197# if defined(APIC_DEFINITION) || defined(CONFIG_X86_64) 198# if defined(APIC_DEFINITION) || defined(CONFIG_X86_64)
198extern int hard_smp_processor_id(void); 199extern int hard_smp_processor_id(void);
199# else 200# else
200#include <mach_apicdef.h>
201static inline int hard_smp_processor_id(void) 201static inline int hard_smp_processor_id(void)
202{ 202{
203 /* we don't want to mark this access volatile - bad code generation */ 203 /* we don't want to mark this access volatile - bad code generation */