summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-01-19 08:09:09 +0000
committerkib <kib@FreeBSD.org>2016-01-19 08:09:09 +0000
commit6c8e94f78a206c3d3cef4cbb86b7801862896fcf (patch)
tree3223ef34341dcf3faea48f4f6f79e51e3a063316 /sys/i386
parent63cfb09a9a61e88466762ddfe087b4be32bbe902 (diff)
downloadFreeBSD-src-6c8e94f78a206c3d3cef4cbb86b7801862896fcf.zip
FreeBSD-src-6c8e94f78a206c3d3cef4cbb86b7801862896fcf.tar.gz
Adjust i386 comment to match amd64 one after r294311.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/npx.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index ed21a18..944ebf7 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -494,11 +494,12 @@ npxinitstate(void *arg __unused)
/*
* The fninit instruction does not modify XMM
- * registers. The fpusave call dumped the garbage
- * contained in the registers after reset to the
- * initial state saved. Clear XMM registers file
- * image to make the startup program state and signal
- * handler XMM register content predictable.
+ * registers or x87 registers (MM/ST). The fpusave
+ * call dumped the garbage contained in the registers
+ * after reset to the initial state saved. Clear XMM
+ * and x87 registers file image to make the startup
+ * program state and signal handler XMM/x87 register
+ * content predictable.
*/
bzero(npx_initialstate->sv_xmm.sv_fp,
sizeof(npx_initialstate->sv_xmm.sv_fp));
OpenPOWER on IntegriCloud