git: c8e7070ce3d9 - main - linprocfs: Decode SGX CPU feature in cpuinfo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 07:39:07 UTC
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=c8e7070ce3d98c3aa0b08249afe1d6d887f37f31
commit c8e7070ce3d98c3aa0b08249afe1d6d887f37f31
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2022-06-29 07:37:52 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-06-29 07:37:52 +0000
linprocfs: Decode SGX CPU feature in cpuinfo
MFC after: 2 weeks
---
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 c0c987696c8f..23e407771fcc 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",