Skip to content

Commit

Permalink
arm64: make default NR_CPUS 8
Browse files Browse the repository at this point in the history
Rather than continue to add per platform defaults, make the default a
likely common core count. 8 is also the default for x86.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Rob Herring authored and Catalin Marinas committed Dec 6, 2013
1 parent 3cea71b commit 62aceb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ config NR_CPUS
range 2 32
depends on SMP
# These have to remain sorted largest to smallest
default "8" if ARCH_XGENE
default "4"
default "8"

config HOTPLUG_CPU
bool "Support for hot-pluggable CPUs"
Expand Down

0 comments on commit 62aceb8

Please sign in to comment.