From: Bernhard Walle Subject: [PATCH] Increase NR_CPUS to 16348 References: BZ #334609 Trivial. See discussion in the BZ entry. Signed-off-by: Bernhard Walle --- defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/defs.h +++ b/defs.h @@ -71,7 +71,7 @@ #define NR_CPUS (32) #endif #ifdef IA64 -#define NR_CPUS (1024) +#define NR_CPUS (16384) #endif #ifdef PPC64 #define NR_CPUS (128)