[powerpc/powerpc64,ppc64] Set NR_CPUS=2048, matching ppc64el

This commit is contained in:
Ben Hutchings 2017-04-15 02:41:22 +01:00
parent 9cb1bd16f9
commit b1b8586924
4 changed files with 2 additions and 6 deletions

1
debian/changelog vendored
View File

@ -13,6 +13,7 @@ linux (4.9.18-2) UNRELEASED; urgency=medium
* cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
(Closes: #859978)
* udeb: Include all AHCI drivers in sata-modules (Closes: #860335)
* [powerpc/powerpc64,ppc64] Set NR_CPUS=2048, matching ppc64el
[ Salvatore Bonaccorso ]
* ping: implement proper locking (CVE-2017-2671)

View File

@ -33,6 +33,7 @@ CONFIG_PPC64=y
CONFIG_ALTIVEC=y
CONFIG_VSX=y
CONFIG_SMP=y
CONFIG_NR_CPUS=2048
##
## file: arch/powerpc/platforms/powernv/Kconfig

View File

@ -16,11 +16,6 @@ CONFIG_SPU_FS=m
CONFIG_CBE_RAS=y
CONFIG_CBE_THERM=m
##
## file: arch/powerpc/platforms/Kconfig.cputype
##
CONFIG_NR_CPUS=32
##
## file: arch/powerpc/platforms/maple/Kconfig
##

View File

@ -6,7 +6,6 @@
##
## file: arch/powerpc/platforms/Kconfig.cputype
##
CONFIG_NR_CPUS=2048
## choice: Endianness selection
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_CPU_LITTLE_ENDIAN=y