mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
amd64: Remove a stale comment from cpu_setregs
Reviewed by: kib, markj, emaste Differential Revision: https://reviews.freebsd.org/D42134
This commit is contained in:
parent
ff79f35bda
commit
e839ebfc0d
1 changed files with 0 additions and 4 deletions
|
|
@ -326,10 +326,6 @@ cpu_setregs(void)
|
|||
|
||||
TSENTER();
|
||||
cr0 = rcr0();
|
||||
/*
|
||||
* CR0_MP, CR0_NE and CR0_TS are also set by npx_probe() for the
|
||||
* BSP. See the comments there about why we set them.
|
||||
*/
|
||||
cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM;
|
||||
TSENTER2("load_cr0");
|
||||
load_cr0(cr0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue