Reported by:	rgrimes, vangyzen
X-MFC with:	r334050
This commit is contained in:
Mark Johnston 2018-05-22 15:49:23 +00:00
parent 6030b0c672
commit be9292a8c9

@ -367,7 +367,7 @@ update_intel(int cpu, cpuctl_update_args_t *args, struct thread *td)
rdmsr_safe(MSR_BIOS_SIGN, &rev0); /* Get current microcode revision. */ rdmsr_safe(MSR_BIOS_SIGN, &rev0); /* Get current microcode revision. */
/* /*
* Perform update. Flush caches first to work around seeingly * Perform update. Flush caches first to work around seemingly
* undocumented errata applying to some Broadwell CPUs. * undocumented errata applying to some Broadwell CPUs.
*/ */
wbinvd(); wbinvd();