[mips*el/loongson-3] Set NR_CPUS=16 to allow for Loongson 3B2000

The Loongson 3B2000 has 4 cores and can apparently be used in a 4-way
configuration, for 16 CPUs.

I don't think the current configuration will run on a 3B2000, but this
should avoid an ABI break if we address that.
This commit is contained in:
Ben Hutchings 2017-04-16 17:00:42 +01:00
parent ba74e6e6c8
commit c22c7deb17
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -15,6 +15,7 @@ linux (4.9.18-2) UNRELEASED; urgency=medium
* udeb: Include all AHCI drivers in sata-modules (Closes: #860335)
* [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
[ Salvatore Bonaccorso ]
* ping: implement proper locking (CVE-2017-2671)

View File

@ -10,6 +10,7 @@ CONFIG_64BIT=y
## end choice
CONFIG_SMP=y
CONFIG_HOTPLUG_CPU=y
CONFIG_NR_CPUS=16
##
## file: arch/mips/loongson64/Kconfig