summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2018-01-12 08:21:31 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2018-01-12 08:21:31 +0000
commitf32909dcdc7cfe1cdf7bdb1974edbbd35ea2a126 (patch)
tree18dddfe16f7396cbd06bb9a221e54523ad7b5255 /sys
parent0dd92fea6313806bb527bc662bf01e1b770ca7e2 (diff)
IBRS -> IBRS,IBPB in identifycpu lines
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/amd64/identcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/identcpu.c b/sys/arch/amd64/amd64/identcpu.c
index e1cad004b64..3e4cd032b38 100644
--- a/sys/arch/amd64/amd64/identcpu.c
+++ b/sys/arch/amd64/amd64/identcpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: identcpu.c,v 1.91 2018/01/07 01:08:20 mlarkin Exp $ */
+/* $OpenBSD: identcpu.c,v 1.92 2018/01/12 08:21:30 mlarkin Exp $ */
/* $NetBSD: identcpu.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */
/*
@@ -198,7 +198,7 @@ const struct {
{ SEFF0ECX_UMIP, "UMIP" },
{ SEFF0ECX_PKU, "PKU" },
}, cpu_seff0_edxfeatures[] = {
- { SEFF0EDX_IBRS, "IBRS" },
+ { SEFF0EDX_IBRS, "IBRS,IBPB" },
{ SEFF0EDX_STIBP, "STIBP" },
}, cpu_tpm_eaxfeatures[] = {
{ TPM_SENSOR, "SENSOR" },