summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/kernel/entry.S')
-rw-r--r--arch/alpha/kernel/entry.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/alpha/kernel/entry.S b/arch/alpha/kernel/entry.S
index 55e622d66..33d5eead1 100644
--- a/arch/alpha/kernel/entry.S
+++ b/arch/alpha/kernel/entry.S
@@ -4,6 +4,7 @@
* kernel entry-points
*/
+#include <linux/config.h>
#include <asm/system.h>
#define SIGCHLD 20
@@ -706,7 +707,7 @@ signal_return:
br restore_all
.end entSys
-#ifdef __SMP__
+#ifdef CONFIG_SMP
.globl ret_from_smp_fork
.align 3
.ent ret_from_smp_fork
@@ -715,7 +716,7 @@ ret_from_smp_fork:
mov $17,$16
jsr $31,schedule_tail
.end ret_from_smp_fork
-#endif /* __SMP__ */
+#endif /* CONFIG_SMP */
.align 3
.ent reschedule