From: Rainer Schöpf Date: Thu, 29 Jul 2004 22:29:18 +0000 (+0000) Subject: linux26-dont-lose-afs-smp-status-20040729 X-Git-Tag: BP-openafs-stable-1_4_x~51 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e5453d2814a45978d291133e3e0799c27ed1361c;p=packages%2Fo%2Fopenafs.git linux26-dont-lose-afs-smp-status-20040729 this should be fixed better later, but for now we'll go with this --- 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