CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/28 11:40:02
Modified files:
sys/arch/amd64/amd64: cpu.c
sys/arch/i386/i386: cpu.c
Log message:
Since our IPI broadcast functions exclude the CPU doing the broadcast, we
need to explicitly call wbinvd() in wbinvd_on_all_cpus().
ok jsg@, deraadt@
