[mips*/octeon] Set NR_CPUS=64 to allow for Cavium CN7890

The CN7890 has 48 Octeon III cores.

I don't know whether current configuration will run on a CN7890, but this
should avoid an ABI break if we add support later.
This commit is contained in:
Ben Hutchings 2017-04-16 17:07:56 +01:00
parent c22c7deb17
commit 01f0df794d
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -16,6 +16,7 @@ linux (4.9.18-2) UNRELEASED; urgency=medium
* [powerpc/powerpc64,ppc64] Set NR_CPUS=2048, matching ppc64el
* [powerpc*/*64*] Enable CPUMASK_OFFSTACK to reduce stack usage
* [mips*el/loongson-3] Set NR_CPUS=16 to allow for Loongson 3B2000
* [mips*/octeon] Set NR_CPUS=64 to allow for Cavium CN7890
[ Salvatore Bonaccorso ]
* ping: implement proper locking (CVE-2017-2671)

View File

@ -10,7 +10,7 @@ CONFIG_64BIT=y
## end choice
CONFIG_SMP=y
# CONFIG_HOTPLUG_CPU is not set
CONFIG_NR_CPUS=32
CONFIG_NR_CPUS=64
##
## file: arch/mips/cavium-octeon/Kconfig