git: 34b00959fb59 - stable/13 - linprocfs: Decode SGX CPU feature in cpuinfo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 11:50:43 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=34b00959fb59e7f8cc66df1ec39ac97a58ee3f87 commit 34b00959fb59e7f8cc66df1ec39ac97a58ee3f87 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2022-06-29 07:37:52 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-07-13 11:48:38 +0000 linprocfs: Decode SGX CPU feature in cpuinfo MFC after: 2 weeks (cherry picked from commit c8e7070ce3d98c3aa0b08249afe1d6d887f37f31) --- sys/compat/linprocfs/linprocfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c index 2bf52ecdc985..6f6cd3f5f55f 100644 --- a/sys/compat/linprocfs/linprocfs.c +++ b/sys/compat/linprocfs/linprocfs.c @@ -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",