]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Import version 1.2.9 upstream/1.2.9
authorSam Hartman <hartmans@debian.org>
Sun, 13 Apr 2003 19:08:27 +0000 (19:08 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 13 Apr 2003 19:08:27 +0000 (19:08 +0000)
src/config/param.i386_linux24.h

index 467437726f0096dc5b9dc05bdd14a5ac8f9a61f6..b6018605eb444c9bf518454dfe82738522286b0b 100644 (file)
@@ -22,6 +22,8 @@
 #define AFS_NAMEI_ENV     1   /* User space interface to file system */
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
+#include <linux/threads.h>
+
 #include <linux/config.h>
 #ifdef CONFIG_SMP
 #undef CONFIG_SMP
@@ -32,7 +34,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__