aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/smp.h')
-rw-r--r--include/asm-x86_64/smp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-x86_64/smp.h b/include/asm-x86_64/smp.h
index d5704421456b..f62fda527439 100644
--- a/include/asm-x86_64/smp.h
+++ b/include/asm-x86_64/smp.h
@@ -71,7 +71,9 @@ extern unsigned __cpuinitdata disabled_cpus;
71 71
72#define NO_PROC_ID 0xFF /* No processor magic marker */ 72#define NO_PROC_ID 0xFF /* No processor magic marker */
73 73
74#endif 74#else /* CONFIG_SMP */
75#define hard_smp_processor_id() 0
76#endif /* CONFIG_SMP */
75 77
76/* 78/*
77 * Some lowlevel functions might want to know about 79 * Some lowlevel functions might want to know about