aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorVitaly Kuznetsov <vkuznets@redhat.com>2020-09-04 16:54:11 +0200
committerEduardo Habkost <ehabkost@redhat.com>2020-10-14 15:28:54 -0400
commit217baac12db1c1a43fa643d95ffa665a4c4877ce (patch)
tree66f2ac75a31b0b054f29f7d4b6b7a19e7645d3c7 /target
parent57c98ea9acdcef5021f5671efa6475a5794a51c4 (diff)
i386: drop x86_cpu_get_supported_feature_word() forward declaration
We only use x86_cpu_get_supported_feature_word() after its implementation, no forward declaration needed. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Message-Id: <20200904145431.196885-3-vkuznets@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target')
-rw-r--r--target/i386/cpu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index 9eafbe3690..a33af2359c 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -4180,9 +4180,6 @@ void x86_cpu_change_kvm_default(const char *prop, const char *value)
assert(pv->prop);
}
-static uint64_t x86_cpu_get_supported_feature_word(FeatureWord w,
- bool migratable_only);
-
static bool lmce_supported(void)
{
uint64_t mce_cap = 0;