summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-12-22 19:53:55 +0000
committerjhb <jhb@FreeBSD.org>2014-12-22 19:53:55 +0000
commit71f9e38fa2d4dc13b36ced356445eea08f620127 (patch)
treef5ea67c6a3628107d872a3d3fd63e6e23fd40a44 /sys/amd64
parent77f68eb34a5227ee871dceac46abbd1db966388b (diff)
downloadFreeBSD-src-71f9e38fa2d4dc13b36ced356445eea08f620127.zip
FreeBSD-src-71f9e38fa2d4dc13b36ced356445eea08f620127.tar.gz
MFC 271405,271408,271409,272658:
MFamd64: Use initializecpu() to set various model-specific registers on AP startup and AP resume (it was already used for BSP startup and BSP resume).
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mp_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index 629ffaa..ae4421e 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -723,7 +723,7 @@ init_secondary(void)
/* set up CPU registers and state */
cpu_setregs();
- /* set up SSE/NX registers */
+ /* set up SSE/NX */
initializecpu();
/* set up FPU state on the AP */
OpenPOWER on IntegriCloud