mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
amd64: Remove a stale comment from cpu_setregs
Reviewed by: kib, markj, emaste Differential Revision: https://reviews.freebsd.org/D42134 (cherry picked from commit e839ebfc0dc5851d383ac38740f32e96f7bd5186)
This commit is contained in:
parent
92b8ce704a
commit
fbeb784ff4
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