summaryrefslogtreecommitdiff
path: root/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch')
-rw-r--r--sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch10
1 files changed, 0 insertions, 10 deletions
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
deleted file mode 100644
index 7cb078fe7eca..000000000000
--- a/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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);