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:
Justin Hibbits 2019-02-10 20:21:20 +00:00
parent f68992cf66
commit dcbd7de5b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343970

View File

@ -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