CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/05 03:29:54
Modified files:
sys/arch/alpha/alpha: cpu.c
sys/arch/amd64/amd64: cpu.c
sys/arch/i386/i386: cpu.c
sys/arch/mips64/mips64: cpu.c
Log message:
Ensure that archs that use CPUF_PRIMARY in CPU_IS_PRIMARY() initalize
the primary CPU struct with this flag set.
Initial diff for amd64 by kettenis@
OK mpi@
