From: Derrick Brashear Date: Fri, 15 Nov 2002 03:59:59 +0000 (+0000) Subject: linux-params-define-local-apic-to-one-20021114 X-Git-Tag: openafs-devel-1_3_50~506 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8bdfec7eb57b37995f3c1476c7ba7f1b6b261827;p=packages%2Fo%2Fopenafs.git linux-params-define-local-apic-to-one-20021114 based on suggestion from seth vidal --- diff --git a/src/config/param.i386_linux22.h b/src/config/param.i386_linux22.h index 84b10cc51..3a487fb33 100644 --- a/src/config/param.i386_linux22.h +++ b/src/config/param.i386_linux22.h @@ -42,7 +42,7 @@ #ifdef AFS_SMP #define CONFIG_SMP 1 #ifndef CONFIG_X86_LOCAL_APIC -#define CONFIG_X86_LOCAL_APIC +#define CONFIG_X86_LOCAL_APIC 1 #endif #ifndef __SMP__ #define __SMP__ diff --git a/src/config/param.i386_linux24.h b/src/config/param.i386_linux24.h index 46067a33f..a22fb7994 100644 --- a/src/config/param.i386_linux24.h +++ b/src/config/param.i386_linux24.h @@ -37,7 +37,7 @@ #ifdef AFS_SMP #define CONFIG_SMP 1 #ifndef CONFIG_X86_LOCAL_APIC -#define CONFIG_X86_LOCAL_APIC +#define CONFIG_X86_LOCAL_APIC 1 #endif #ifndef __SMP__ #define __SMP__ diff --git a/src/config/param.s390_linux22.h b/src/config/param.s390_linux22.h index cc1374d59..eee46b028 100644 --- a/src/config/param.s390_linux22.h +++ b/src/config/param.s390_linux22.h @@ -36,7 +36,7 @@ #ifdef AFS_SMP #define CONFIG_SMP 1 #ifndef CONFIG_S390_LOCAL_APIC -#define CONFIG_S390_LOCAL_APIC +#define CONFIG_S390_LOCAL_APIC 1 #endif #ifndef __SMP__ #define __SMP__ diff --git a/src/config/param.s390_linux24.h b/src/config/param.s390_linux24.h index 71c351683..a2bb50643 100644 --- a/src/config/param.s390_linux24.h +++ b/src/config/param.s390_linux24.h @@ -38,7 +38,7 @@ #ifdef AFS_SMP #define CONFIG_SMP 1 #ifndef CONFIG_S390_LOCAL_APIC -#define CONFIG_S390_LOCAL_APIC +#define CONFIG_S390_LOCAL_APIC 1 #endif #ifndef __SMP__ #define __SMP__