Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1338587
| From | Yang Shi <yang.shi@windriver.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] mips: octeon: unselect NR_CPUS_DEFAULT_16 |
| Date | 2016-02-20 01:40 +0100 |
| Message-ID | <r43Kx-5aw-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
In the octeon defconfig, NR_CPUS is 32. And, some model of OCTEON II do have > 16 cores. Given the typical memory size equipped by Octeon boards, it sounds like not a big deal to set a bigger NR_CPUS value as default. Signed-off-by: Yang Shi <yang.shi@windriver.com> --- arch/mips/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ab433d3..a885156 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -885,7 +885,6 @@ config CAVIUM_OCTEON_SOC select USE_OF select ARCH_SPARSEMEM_ENABLE select SYS_SUPPORTS_SMP - select NR_CPUS_DEFAULT_16 select BUILTIN_DTB select MTD_COMPLEX_MAPPINGS help -- 2.0.2
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] mips: octeon: unselect NR_CPUS_DEFAULT_16 Yang Shi <yang.shi@windriver.com> - 2016-02-20 01:40 +0100
csiph-web