From 5121aa82b5471b1b2088da53e7471bd2dc1cd3c9 Mon Sep 17 00:00:00 2001 From: Eduard Bloch Date: Mon, 3 Feb 2003 23:05:28 +0000 Subject: [PATCH] linux-include-thread-h-to-allow-variable-num-of-cpus-20030203 FIXES 1275 allow variable cpu numbers --- 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 1d3c3394f..6cfc38858 100644 --- a/src/config/param.i386_linux24.h +++ b/src/config/param.i386_linux24.h @@ -32,6 +32,8 @@ #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 49e054327..b29b25e12 100644 --- a/src/config/param.ia64_linux24.h +++ b/src/config/param.ia64_linux24.h @@ -33,6 +33,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 8275b4371..e109e1549 100644 --- a/src/config/param.parisc_linux24.h +++ b/src/config/param.parisc_linux24.h @@ -23,6 +23,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 53574343b..15fa6af48 100644 --- a/src/config/param.ppc_linux24.h +++ b/src/config/param.ppc_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.s390_linux24.h b/src/config/param.s390_linux24.h index a2bb50643..9dd3154f3 100644 --- a/src/config/param.s390_linux24.h +++ b/src/config/param.s390_linux24.h @@ -28,6 +28,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 f70920193..345050c09 100644 --- a/src/config/param.sparc64_linux24.h +++ b/src/config/param.sparc64_linux24.h @@ -33,6 +33,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 3d2df95f4..0923f8475 100644 --- a/src/config/param.sparc_linux24.h +++ b/src/config/param.sparc_linux24.h @@ -28,6 +28,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