Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1704008 > unrolled thread
| Started by | James Hogan <james.hogan@imgtec.com> |
|---|---|
| First post | 2017-08-04 15:50 +0200 |
| Last post | 2017-08-04 15:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] mips: octeon: unselect NR_CPUS_DEFAULT_16 James Hogan <james.hogan@imgtec.com> - 2017-08-04 15:50 +0200
| From | James Hogan <james.hogan@imgtec.com> |
|---|---|
| Date | 2017-08-04 15:50 +0200 |
| Subject | Re: [PATCH] mips: octeon: unselect NR_CPUS_DEFAULT_16 |
| Message-ID | <uaL9g-7DN-35@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
On Sat, Feb 20, 2016 at 12:09:28AM +0000, Yang Shi wrote: > 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 So should this select NR_CPUS_DEFAULT_32 instead? Cheers James > select BUILTIN_DTB > select MTD_COMPLEX_MAPPINGS > help > -- > 2.0.2 > >
Back to top | Article view | linux.kernel
csiph-web