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. --- include/asm-mips64/smp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/asm-mips64/smp.h') diff --git a/include/asm-mips64/smp.h b/include/asm-mips64/smp.h index 0370515a0..ed0420dd4 100644 --- a/include/asm-mips64/smp.h +++ b/include/asm-mips64/smp.h @@ -1,7 +1,9 @@ #ifndef __ASM_SMP_H #define __ASM_SMP_H -#ifdef __SMP__ +#include + +#ifdef CONFIG_SMP #include #include -- cgit v1.2.3