add new cpuid bit announced in sdm rev057 to disasm features list as well

This commit is contained in:
Stanislav Shwartsman 2015-12-29 20:22:33 +00:00
parent 88be61c3d9
commit 18f07937d2

View File

@ -120,6 +120,7 @@ enum {
IA_SMEP, /* SMEP support */
IA_TSC_DEADLINE, /* TSC-Deadline */
IA_FCS_FDS_DEPRECATION, /* FCS/FDS Deprecation */
IA_FDP_DEPRECATION, /* FDP Deprecation */
IA_EXTENSION_LAST
};