]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
linux-include-thread-h-to-allow-variable-num-of-cpus-20030203
authorEduard Bloch <blade@debian.org>
Mon, 3 Feb 2003 23:05:28 +0000 (23:05 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 3 Feb 2003 23:05:28 +0000 (23:05 +0000)
FIXES 1275

allow variable cpu numbers

src/config/param.i386_linux24.h
src/config/param.ia64_linux24.h
src/config/param.parisc_linux24.h
src/config/param.ppc_linux24.h
src/config/param.s390_linux24.h
src/config/param.sparc64_linux24.h
src/config/param.sparc_linux24.h

index 1d3c3394fea8a7050b685dbe04edf0fa07970e87..6cfc3885804b6ba4d4cd976734c36fb0b38e675c 100644 (file)
@@ -32,6 +32,8 @@
 
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
+#include <linux/threads.h>
+
 #include <linux/config.h>
 #ifdef CONFIG_SMP
 #undef CONFIG_SMP
index 49e05432734b00b31ca1ef87e88106e9dab6d2a4..b29b25e12333fca58547100370b3389f7b93aca1 100644 (file)
@@ -33,6 +33,8 @@
 #define AFS_64BITPOINTER_ENV   1     /* pointers are 64 bits. */
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
+#include <linux/threads.h>
+
 #include <linux/config.h>
 #ifdef CONFIG_SMP
 #undef CONFIG_SMP
index 8275b4371acdf02464bf66e410c08b9ecf8ea309..e109e154981c31d5e75b8d278e604187dbfd96a3 100644 (file)
@@ -23,6 +23,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
index 53574343b55e2e22abedd4e1cd843ec22efc6f79..15fa6af48aad5e1f797a0eb37e9020d89c9f1979 100644 (file)
@@ -25,6 +25,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
index a2bb50643c295b8b3ae635e9c796a397dfeccaa8..9dd3154f3a13986698818c6af9a0d2dd2a8b32f5 100644 (file)
@@ -28,6 +28,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
index f70920193afc36bb8de2c0917d0e333dd1b3948b..345050c0922525e8879b0b62d5807e6e5074ec3d 100644 (file)
@@ -33,6 +33,8 @@
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
+#include <linux/threads.h>
+
 #include <linux/config.h>
 #if defined(MODULE) && defined(CONFIG_MODVERSIONS)
 #define MODVERSIONS
index 3d2df95f44c28c1dd7e6f793a27ed98798ebc0fb..0923f8475fa7830cb9b45b6a84b2b22be528f420 100644 (file)
@@ -28,6 +28,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