summaryrefslogtreecommitdiffstats
path: root/x86-allow-1024-cpus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x86-allow-1024-cpus.patch')
-rw-r--r--x86-allow-1024-cpus.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/x86-allow-1024-cpus.patch b/x86-allow-1024-cpus.patch
deleted file mode 100644
index decafd6ef..000000000
--- a/x86-allow-1024-cpus.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
-index f67e839..d726b2d 100644
---- a/arch/x86/Kconfig
-+++ b/arch/x86/Kconfig
-@@ -825,7 +825,7 @@ config MAXSMP
- config NR_CPUS
- int "Maximum number of CPUs" if SMP && !MAXSMP
- range 2 8 if SMP && X86_32 && !X86_BIGSMP
-- range 2 512 if SMP && !MAXSMP
-+ range 2 1024 if SMP && !MAXSMP
- default "1" if !SMP
- default "4096" if MAXSMP
- default "32" if SMP && (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP || X86_ES7000)