aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/smp.h')
-rw-r--r--include/asm-i386/smp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-i386/smp.h b/include/asm-i386/smp.h
index 090abc1da32a..3243fa6f455f 100644
--- a/include/asm-i386/smp.h
+++ b/include/asm-i386/smp.h
@@ -147,12 +147,13 @@ extern unsigned int num_processors;
147 147
148#else /* CONFIG_SMP */ 148#else /* CONFIG_SMP */
149 149
150#define hard_smp_processor_id() 0
150#define safe_smp_processor_id() 0 151#define safe_smp_processor_id() 0
151#define cpu_physical_id(cpu) boot_cpu_physical_apicid 152#define cpu_physical_id(cpu) boot_cpu_physical_apicid
152 153
153#define NO_PROC_ID 0xFF /* No processor magic marker */ 154#define NO_PROC_ID 0xFF /* No processor magic marker */
154 155
155#endif 156#endif /* CONFIG_SMP */
156 157
157#ifndef __ASSEMBLY__ 158#ifndef __ASSEMBLY__
158 159