]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64: default NR_CPUS to 256
authorMark Rutland <mark.rutland@arm.com>
Mon, 14 Jan 2019 11:41:25 +0000 (11:41 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 21 Jan 2019 16:23:46 +0000 (16:23 +0000)
commit846a415bf4408ccd38d7c0b2a036249737a5ee56
treeaec116bd1f3c09e12d7d1f35c60f2ca5a3f12676
parent49a57857aeea06ca831043acbb0fa5e0f50602fd
arm64: default NR_CPUS to 256

There are shipping arm64 platforms with 256 hardware threads. So that we
can make use of these with defconfig, bump the arm64 default NR_CPUS to
256.

At the same time, drop a redundant comment. We only have one default for
NR_CPUS, so there's nothing to sort.

Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig