[PATCH] x86: fix CONFIG_NR_CPUS description

2015-05-08 Thread Kirill A. Shutemov
Since b53b5eda8194 the maximum supported NR_CPUS for CPUMASK_OFFSTACK case is 8192. Let's adjust decription to reflect the change. Signed-off-by: Kirill A. Shutemov --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index

[PATCH] x86: fix CONFIG_NR_CPUS description

2015-05-08 Thread Kirill A. Shutemov
Since b53b5eda8194 the maximum supported NR_CPUS for CPUMASK_OFFSTACK case is 8192. Let's adjust decription to reflect the change. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git