Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
be9292a8
Commit
be9292a8
authored
May 22, 2018
by
Mark Johnston
Browse files
Typo.
Reported by: rgrimes, vangyzen X-MFC with: r334050
parent
6030b0c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/dev/cpuctl/cpuctl.c
View file @
be9292a8
...
@@ -367,7 +367,7 @@ update_intel(int cpu, cpuctl_update_args_t *args, struct thread *td)
...
@@ -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 see
m
ingly
* undocumented errata applying to some Broadwell CPUs.
* undocumented errata applying to some Broadwell CPUs.
*/
*/
wbinvd
();
wbinvd
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment