]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-linux-config-defines-need-1-20030203
authorDerek Atkins <warlord@mit.edu>
Mon, 3 Feb 2003 20:56:10 +0000 (20:56 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 3 Feb 2003 20:56:10 +0000 (20:56 +0000)
FIXES 1265

have to define to a value, not just define, local APIC stuff

src/config/param.i386_linux22.h
src/config/param.i386_linux24.h
src/config/param.s390_linux22.h
src/config/param.s390_linux24.h

index 0a845bcf29d178fbd424e1b3c30a4629dd0db3a5..1501236ebfce942866b267a390f0b78ba43a38c6 100644 (file)
@@ -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__
index 467437726f0096dc5b9dc05bdd14a5ac8f9a61f6..2cb2ffc0040a73deebf11a1e040aa4a8cbeeb95f 100644 (file)
@@ -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__
index 1dcb8fed4c324d25f76440920e93ae8355231665..4d44dc77730f63fd5cdb122a6a69921d9a801198 100644 (file)
@@ -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__
index c80aebb6494d3717839d3caa31814fded566d00b..97b1e4d7d3fe8bd9978b05c1e8373cbdbf939cd7 100644 (file)
@@ -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__