From: mlarkin Date: Fri, 12 Jan 2018 08:21:30 +0000 (+0000) Subject: IBRS -> IBRS,IBPB in identifycpu lines X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=71f7058e831bd5558ce152a1b73ec706e95a8601;p=openbsd IBRS -> IBRS,IBPB in identifycpu lines --- 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" },