Skip to content

Commit df7143a

Browse files
committed
defconfig: redbull: correct maximum number of CPUs
* This kernel should not support more than that
1 parent 9771f93 commit df7143a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/configs/redbull_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ CONFIG_BOARD_BARBET=y
5757
CONFIG_BOARD_REDFIN=y
5858
CONFIG_PCI=y
5959
CONFIG_SCHED_MC=y
60-
CONFIG_NR_CPUS=32
60+
CONFIG_NR_CPUS=8
6161
CONFIG_HZ_100=y
6262
CONFIG_HZ=100
6363
# CONFIG_HZ_300 is not set

0 commit comments

Comments
 (0)