From 750bdb58e7af571605e6b1f9dc74ae62a3c38718 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Mon, 3 Feb 2003 20:56:10 +0000 Subject: [PATCH] STABLE12-linux-config-defines-need-1-20030203 FIXES 1265 have to define to a value, not just define, local APIC stuff --- src/config/param.i386_linux22.h | 2 +- src/config/param.i386_linux24.h | 2 +- src/config/param.s390_linux22.h | 2 +- src/config/param.s390_linux24.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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__ -- 2.39.5