summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
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