From e68c2b494c8f12839130963b2300cfd7976be88b Mon Sep 17 00:00:00 2001 From: Eduard Bloch Date: Mon, 3 Feb 2003 23:06:01 +0000 Subject: [PATCH] STABLE12-linux-include-thread-h-to-allow-variable-num-of-cpus-20030203 FIXES 1275 allow variable cpu numbers (cherry picked from commit 5121aa82b5471b1b2088da53e7471bd2dc1cd3c9) --- src/config/param.i386_linux24.h | 2 ++ src/config/param.ia64_linux24.h | 2 ++ src/config/param.parisc_linux24.h | 2 ++ src/config/param.ppc_linux24.h | 2 ++ src/config/param.s390_linux24.h | 2 ++ src/config/param.sparc64_linux24.h | 2 ++ src/config/param.sparc_linux24.h | 2 ++ 7 files changed, 14 insertions(+) diff --git a/src/config/param.i386_linux24.h b/src/config/param.i386_linux24.h index 2cb2ffc00..b6018605e 100644 --- a/src/config/param.i386_linux24.h +++ b/src/config/param.i386_linux24.h @@ -22,6 +22,8 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #if defined(__KERNEL__) && !defined(KDUMP_KERNEL) +#include + #include #ifdef CONFIG_SMP #undef CONFIG_SMP diff --git a/src/config/param.ia64_linux24.h b/src/config/param.ia64_linux24.h index 58d31d9a8..1f321bbfc 100644 --- a/src/config/param.ia64_linux24.h +++ b/src/config/param.ia64_linux24.h @@ -30,6 +30,8 @@ #define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits. */ #if defined(__KERNEL__) && !defined(KDUMP_KERNEL) +#include + #include #ifdef CONFIG_SMP #undef CONFIG_SMP diff --git a/src/config/param.parisc_linux24.h b/src/config/param.parisc_linux24.h index 1c181bff6..c9c70da99 100644 --- a/src/config/param.parisc_linux24.h +++ b/src/config/param.parisc_linux24.h @@ -20,6 +20,8 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #if defined(__KERNEL__) && !defined(KDUMP_KERNEL) +#include + #include #ifdef CONFIG_SMP #undef CONFIG_SMP diff --git a/src/config/param.ppc_linux24.h b/src/config/param.ppc_linux24.h index c5161af29..c7e4ec215 100644 --- a/src/config/param.ppc_linux24.h +++ b/src/config/param.ppc_linux24.h @@ -22,6 +22,8 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #if defined(__KERNEL__) && !defined(KDUMP_KERNEL) +#include + #include #ifdef CONFIG_SMP #undef CONFIG_SMP diff --git a/src/config/param.s390_linux24.h b/src/config/param.s390_linux24.h index 97b1e4d7d..8c2fa46c8 100644 --- a/src/config/param.s390_linux24.h +++ b/src/config/param.s390_linux24.h @@ -25,6 +25,8 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #if defined(__KERNEL__) && !defined(KDUMP_KERNEL) +#include + #include #ifdef CONFIG_SMP #undef CONFIG_SMP diff --git a/src/config/param.sparc64_linux24.h b/src/config/param.sparc64_linux24.h index 140638526..0ca52423a 100644 --- a/src/config/param.sparc64_linux24.h +++ b/src/config/param.sparc64_linux24.h @@ -30,6 +30,8 @@ #define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits. */ #if defined(__KERNEL__) && !defined(KDUMP_KERNEL) +#include + #include #if defined(MODULE) && defined(CONFIG_MODVERSIONS) #define MODVERSIONS diff --git a/src/config/param.sparc_linux24.h b/src/config/param.sparc_linux24.h index 3dcdc5362..62d03791b 100644 --- a/src/config/param.sparc_linux24.h +++ b/src/config/param.sparc_linux24.h @@ -25,6 +25,8 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #if defined(__KERNEL__) && !defined(KDUMP_KERNEL) +#include + #include #ifdef CONFIG_SMP #undef CONFIG_SMP -- 2.39.5