From ad6182343997a405079870a2fe91c4e0c6b94595 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Sep 2019 19:33:39 +0100 Subject: gentoo resync : 25.09.2019 --- sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch (limited to 'sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch') diff --git a/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch b/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch new file mode 100644 index 000000000000..7cb078fe7eca --- /dev/null +++ b/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch @@ -0,0 +1,10 @@ +--- a/cpuid.c 2018-05-19 14:09:29.000000000 +0200 ++++ b/cpuid.c 2019-08-08 21:53:03.000000000 +0200 +@@ -4249,6 +4249,7 @@ + { "fast short REP MOV" , 4, 4, bools }, + { "PCONFIG" , 18, 18, bools }, + { "CET_IBT: CET indirect branch tracking" , 20, 20, bools }, ++ { "SPEC_CTRL: Speculation Control" , 26, 26, bools }, + }; + print_names(value, names, LENGTH(names, named_item), + /* max_len => */ 40); -- cgit v1.2.3