From e5453d2814a45978d291133e3e0799c27ed1361c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rainer=20Sch=C3=B6pf?= Date: Thu, 29 Jul 2004 22:29:18 +0000 Subject: [PATCH] linux26-dont-lose-afs-smp-status-20040729 this should be fixed better later, but for now we'll go with this --- src/config/param.i386_linux26.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/config/param.i386_linux26.h b/src/config/param.i386_linux26.h index 392c469bc..696766711 100644 --- a/src/config/param.i386_linux26.h +++ b/src/config/param.i386_linux26.h @@ -33,13 +33,17 @@ #include #ifdef CONFIG_SMP -#undef CONFIG_SMP +#ifndef AFS_SMP +#define AFS_SMP 1 +#endif #endif /* Using "AFS_SMP" to map to however many #define's are required to get * MP to compile for Linux */ #ifdef AFS_SMP +#ifndef CONFIG_SMP #define CONFIG_SMP 1 +#endif #ifndef CONFIG_X86_LOCAL_APIC #define CONFIG_X86_LOCAL_APIC 1 #endif -- 2.39.5