]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: defconfig: increase NR_CPUS default to 64
authorRobert Richter <rrichter@cavium.com>
Mon, 8 Sep 2014 11:44:48 +0000 (12:44 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 8 Sep 2014 13:55:27 +0000 (14:55 +0100)
commit45a0100b66c71d484bd8d3b220e5f6e0eaf5d3ab
treecf99d3fddb92755909a8a4b330ceb5638bd277bf
parentf1f946c2ff03380bf10ae01f933a836a306d6f3a
arm64: defconfig: increase NR_CPUS default to 64

Raising the current maximum limit to 64. This is needed for Cavium's
Thunder systems that will have at least 48 cores per die.

The change keeps the current memory footprint in cpu mask structures.
It does not break existing code. Setting the maximum to 64 cpus still
boots systems with less cpus.

Mark's Juno happily booted with a NR_CPUS=64 kernel.

Tested on our Thunder system with 48 cores. We could see interrupts to
all cores.

Cc: Radha Mohan Chintakuntla <rchintakuntla@cavium.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Robert Richter <rrichter@cavium.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/Kconfig