CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/17 22:42:50
Modified files:
sys/arch/amd64/amd64: cpu.c
Log message:
Don't call cpu_ucode_apply() and cpu_tsx_disable() from cpu_attach()'s
CPU_ROLE_SP case: for cpu0 they are called earlier, from cpu_startup().
(APs call them from cpu_hatch())
ok deraadt@
