linprocfs: Decode SGX CPU feature in cpuinfo

MFC after:		2 weeks
This commit is contained in:
Dmitry Chagin 2022-06-29 10:37:52 +03:00
parent 7ab03740ae
commit c8e7070ce3

View File

@ -255,7 +255,7 @@ linprocfs_docpuinfo(PFS_FILL_ARGS)
};
static char *cpu_stdext_feature_names[] = {
/* 0 */ "fsgsbase", "tsc_adjust", "", "bmi1",
/* 0 */ "fsgsbase", "tsc_adjust", "sgx", "bmi1",
/* 4 */ "hle", "avx2", "", "smep",
/* 8 */ "bmi2", "erms", "invpcid", "rtm",
/* 12 */ "cqm", "", "mpx", "rdt_a",