powerpc: Clamp MAXCPU for MPC85XXSPE kernel to 2
SoCs with e500v2 chips only have at most 2 cores, and there are no plans to release any more e500v2-based SoCs. Clamping MAXCPU down to 2 saves 5MB of data, and 1.5MB bss.
This commit is contained in:
parent
f68992cf66
commit
dcbd7de5b6
@ -16,6 +16,7 @@ makeoptions WITH_CTF=1
|
||||
makeoptions WERROR="-Werror -Wno-format -Wno-redundant-decls"
|
||||
|
||||
options FPU_EMU
|
||||
options MAXCPU=2
|
||||
|
||||
options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options ALT_BREAK_TO_DEBUGGER
|
||||
|
Loading…
x
Reference in New Issue
Block a user