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

allow variable cpu numbers

(cherry picked from commit 5121aa82b5471b1b2088da53e7471bd2dc1cd3c9)

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 2cb2ffc0040a73deebf11a1e040aa4a8cbeeb95f..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
index 58d31d9a8bb549103e707f0f0c3b1c7f87d5519d..1f321bbfcefb247ac1629a3372b1adb144871170 100644 (file)
@@ -30,6 +30,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 1c181bff6857ba6dc4eebf00f72b74b4aded2f92..c9c70da99065880f605e98a5fd560808beec385f 100644 (file)
@@ -20,6 +20,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 c5161af295a820a6b6c6e1a8071bc72282b88674..c7e4ec2152669450d3899d470fc44584896e64c8 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
index 97b1e4d7d3fe8bd9978b05c1e8373cbdbf939cd7..8c2fa46c88253d6f2f940c9a39987086676033ca 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 1406385264046da537e89905f3121250ec6af044..0ca52423a982e951d82b21593e5fbc812e0b79a2 100644 (file)
@@ -30,6 +30,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 3dcdc5362111cf11e1c3e398695d37cc8e0a4428..62d03791bdf299722641b90fe50c4a19ae1bf3c0 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