summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/smp.h')
-rw-r--r--include/asm-alpha/smp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-alpha/smp.h b/include/asm-alpha/smp.h
index f11e254f6..2cc52a7e0 100644
--- a/include/asm-alpha/smp.h
+++ b/include/asm-alpha/smp.h
@@ -57,6 +57,7 @@ extern int __cpu_logical_map[NR_CPUS];
#define smp_processor_id() (current->processor)
extern unsigned long cpu_present_mask;
+#define cpu_online_map cpu_present_mask
#endif /* CONFIG_SMP */