From b9e55bb180a44f990e201c771c103469f6fb08ca Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 23 Apr 2000 06:12:14 +0000 Subject: Change all instances of __SMP__ to CONFIG_SMP and include where necessary. --- arch/mips64/kernel/entry.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arch/mips64/kernel/entry.S') diff --git a/arch/mips64/kernel/entry.S b/arch/mips64/kernel/entry.S index e591fd845..8f61ca7ee 100644 --- a/arch/mips64/kernel/entry.S +++ b/arch/mips64/kernel/entry.S @@ -9,6 +9,8 @@ * Copyright (C) 1994 - 2000 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics */ +#include + #include #include #include @@ -34,7 +36,7 @@ reschedule: jal schedule FEXPORT(ret_from_sys_call) FEXPORT(ret_from_irq) la t1, softirq_state -#ifdef __SMP__ +#ifdef CONFIG_SMP lwu t0, TASK_PROCESSOR($28) dsll t0, t0, 5 daddu t1, t0 -- cgit v1.2.3