artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
437a73e
)
IBRS -> IBRS,IBPB in identifycpu lines
author
mlarkin
<mlarkin@openbsd.org>
Fri, 12 Jan 2018 08:21:30 +0000
(08:21 +0000)
committer
mlarkin
<mlarkin@openbsd.org>
Fri, 12 Jan 2018 08:21:30 +0000
(08:21 +0000)
sys/arch/amd64/amd64/identcpu.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/identcpu.c
b/sys/arch/amd64/amd64/identcpu.c
index
e1cad00
..
3e4cd03
100644
(file)
--- a/
sys/arch/amd64/amd64/identcpu.c
+++ b/
sys/arch/amd64/amd64/identcpu.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: identcpu.c,v 1.9
1 2018/01/07 01:08:2
0 mlarkin Exp $ */
+/* $OpenBSD: identcpu.c,v 1.9
2 2018/01/12 08:21:3
0 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" },