]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
linux-params-define-local-apic-to-one-20021114
authorDerrick Brashear <shadow@dementia.org>
Fri, 15 Nov 2002 03:59:59 +0000 (03:59 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 15 Nov 2002 03:59:59 +0000 (03:59 +0000)
based on suggestion from seth vidal <skvidal@phy.duke.edu>

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 84b10cc514a3987f592cee10af05e7008ef3d16d..3a487fb337fa2b0b3d77ae82a03af55d888f69ca 100644 (file)
@@ -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__
index 46067a33f2a4c01f7759d8a1dd32aa4c57bd363f..a22fb7994dab472c9e1a87a71d315b8ead379775 100644 (file)
@@ -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__
index cc1374d59da60ff628109490886277f93ea66150..eee46b0280ea0562b0aeb956d1674aa0de35d0bd 100644 (file)
@@ -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__
index 71c351683184a106e4006adc6af20dcd0d9628f9..a2bb50643c295b8b3ae635e9c796a397dfeccaa8 100644 (file)
@@ -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__