summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-05-11 01:31:51 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-05-11 01:31:51 +0000
commit73e04ffd11d4627fcc8c178deebf231091991350 (patch)
treeaccb1f4711ea2ec54ff13aeb4ac2673dee39c8a8 /sys
parentcd6fbb1d3e7e98a991262e2d8acbdac1a9409726 (diff)
downloadFreeBSD-src-73e04ffd11d4627fcc8c178deebf231091991350.zip
FreeBSD-src-73e04ffd11d4627fcc8c178deebf231091991350.tar.gz
Fix several standard extended feature bits.
Submitted by: Oliver Pinter <oliver.pntr at gmail.com>
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/identcpu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index ec5a2aa..e63affc 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -407,11 +407,11 @@ printcpuinfo(void)
/* Restricted Transactional Memory */
"\014RTM"
/* Enhanced NRBG */
- "\022RDSEED"
+ "\023RDSEED"
/* ADCX + ADOX */
- "\023ADX"
+ "\024ADX"
/* Supervisor Mode Access Prevention */
- "\024SMAP"
+ "\025SMAP"
);
}
OpenPOWER on IntegriCloud