Print RDSEED, ADX, and SMAP.

Pointed out by:	kib
This commit is contained in:
Rui Paulo 2013-04-18 01:21:44 +00:00
parent 195ce43708
commit 068e8f74e4

View File

@ -406,6 +406,12 @@ printcpuinfo(void)
"\013INVPCID"
/* Restricted Transactional Memory */
"\014RTM"
/* Enhanced NRBG */
"\022RDSEED"
/* ADCX + ADOX */
"\023ADX"
/* Supervisor Mode Access Prevention */
"\024SMAP"
);
}