Adjust max CPUs on ARM platforms to reflect newer real world hardware
This commit is contained in:
parent
656a8be1e6
commit
0c1a1f4ca9
@ -31,7 +31,6 @@ CONFIG_INPUT_PWM_BEEPER=m
|
||||
CONFIG_ARM_SP805_WATCHDOG=m
|
||||
CONFIG_ARM_ARCH_TIMER=y
|
||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
||||
CONFIG_NR_CPUS=8
|
||||
|
||||
CONFIG_SWIOTLB=y
|
||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
||||
|
@ -43,6 +43,7 @@ CONFIG_CAVIUM_ERRATUM_27456=y
|
||||
# CONFIG_SERIAL_AMBA_PL010 is not set
|
||||
# CONFIG_AMBA_PL08X is not set
|
||||
CONFIG_ARM_SMMU_V3=y
|
||||
CONFIG_NR_CPUS=256
|
||||
|
||||
CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y
|
||||
CONFIG_ARCH_REQUIRE_GPIOLIB=y
|
||||
|
@ -35,6 +35,7 @@ CONFIG_IRQ_CROSSBAR=y
|
||||
CONFIG_IOMMU_IO_PGTABLE_LPAE=y
|
||||
CONFIG_CPU_SW_DOMAIN_PAN=y
|
||||
CONFIG_ARM_CPU_SUSPEND=y
|
||||
CONFIG_NR_CPUS=32
|
||||
|
||||
# CONFIG_MCPM is not set
|
||||
# CONFIG_OABI_COMPAT is not set
|
||||
|
@ -2149,6 +2149,7 @@ fi
|
||||
* Tue Aug 23 2016 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||
- Qualcomm QDF2432 errata fix
|
||||
- Move to upstream patches for ACPI SPCR (serial console)
|
||||
- Adjust max CPUs on ARM platforms to reflect newer real world hardware
|
||||
|
||||
* Mon Aug 22 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.8.0-0.rc3.git0.1
|
||||
- Linux v4.8-rc3
|
||||
|
Loading…
Reference in New Issue
Block a user