x86/kconfig: Fix the CONFIG_NR_CPUS description
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Fri, 8 May 2015 10:25:26 +0000 (13:25 +0300)
committerIngo Molnar <mingo@kernel.org>
Fri, 8 May 2015 10:58:56 +0000 (12:58 +0200)
commitcad14bb9f8ef8bed42c3118adc0d9756e2aeeaa1
tree497e16650c79346f527285f984523c1e5cae6b14
parentc5c19941ad1bb18f010ae47f1db333c00b276d55
x86/kconfig: Fix the CONFIG_NR_CPUS description

Since:

  b53b5eda8194 ("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>
arch/x86/Kconfig