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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334051

View File

@ -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. */
/*
* 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.
*/
wbinvd();