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:
John Baldwin 2023-10-11 14:22:17 -07:00
parent 92b8ce704a
commit fbeb784ff4

View file

@ -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);