From: Derek Atkins Date: Mon, 3 Feb 2003 20:56:10 +0000 (+0000) Subject: STABLE12-linux-config-defines-need-1-20030203 X-Git-Tag: openafs-stable-1_2_9~61 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=750bdb58e7af571605e6b1f9dc74ae62a3c38718;p=packages%2Fo%2Fopenafs.git STABLE12-linux-config-defines-need-1-20030203 FIXES 1265 have to define to a value, not just define, local APIC stuff --- diff --git a/src/config/param.i386_linux22.h b/src/config/param.i386_linux22.h index 0a845bcf2..1501236eb 100644 --- a/src/config/param.i386_linux22.h +++ b/src/config/param.i386_linux22.h @@ -39,7 +39,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 467437726..2cb2ffc00 100644 --- a/src/config/param.i386_linux24.h +++ b/src/config/param.i386_linux24.h @@ -32,7 +32,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 1dcb8fed4..4d44dc777 100644 --- a/src/config/param.s390_linux22.h +++ b/src/config/param.s390_linux22.h @@ -33,7 +33,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 c80aebb64..97b1e4d7d 100644 --- a/src/config/param.s390_linux24.h +++ b/src/config/param.s390_linux24.h @@ -35,7 +35,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__