File crash-4096-cpus-x86_64.diff of Package crash
From: Bernhard Walle <bwalle@suse.de>
Subject: [PATCH] Increase NR_CPUS to 4096 on x86_64
References: FATE#304266
Because SGI UV systems support (up to) 4096 CPUs we also support them in crash.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
defs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/defs.h
+++ b/defs.h
@@ -64,7 +64,7 @@
#define NR_CPUS (256)
#endif
#ifdef X86_64
-#define NR_CPUS (256)
+#define NR_CPUS (4096)
#endif
#ifdef ALPHA
#define NR_CPUS (64)