summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-09-18 18:51:32 +0000
committerstas <stas@FreeBSD.org>2008-09-18 18:51:32 +0000
commitf6aef556aed56108b3f5d7d9ebd749b8c1c6c0a6 (patch)
tree2fc35e172dc249f0f421e5344e15d9162c9ea0b6 /sys/amd64
parent509671a3d70fb9e063a1dfa3e04963e793a99b54 (diff)
downloadFreeBSD-src-f6aef556aed56108b3f5d7d9ebd749b8c1c6c0a6.zip
FreeBSD-src-f6aef556aed56108b3f5d7d9ebd749b8c1c6c0a6.tar.gz
- Recognize SAVE and OSXSAVE extended processor features.
Approved by: kib (mentor) MFC after: 1 month
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/identcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 59d3916..6558a5b 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -249,8 +249,8 @@ printcpuinfo(void)
"\030POPCNT"
"\031<b24>"
"\032<b25>"
- "\033<b26>"
- "\034<b27>"
+ "\033XSAVE"
+ "\034OSXSAVE"
"\035<b28>"
"\036<b29>"
"\037<b30>"
OpenPOWER on IntegriCloud