Skip to content

Commit cad14bb

Browse files
kirylIngo Molnar
authored andcommitted
x86/kconfig: Fix the CONFIG_NR_CPUS description
Since: b53b5ed ("x86/cpu: Increase max CPU count to 8192") ... the maximum supported NR_CPUS for CPUMASK_OFFSTACK case is 8192. Let's adjust the description to reflect the change. Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/1431080726-2490-1-git-send-email-kirill.shutemov@linux.intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent c5c1994 commit cad14bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ config NR_CPUS
856856
---help---
857857
This allows you to specify the maximum number of CPUs which this
858858
kernel will support. If CPUMASK_OFFSTACK is enabled, the maximum
859-
supported value is 4096, otherwise the maximum value is 512. The
859+
supported value is 8192, otherwise the maximum value is 512. The
860860
minimum value which makes sense is 2.
861861

862862
This is purely to save memory - each supported CPU adds

0 commit comments

Comments
 (0)