summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/cpu.c')
-rw-r--r--target-i386/cpu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/target-i386/cpu.c b/target-i386/cpu.c
index 14f64cb3b9..e615486596 100644
--- a/target-i386/cpu.c
+++ b/target-i386/cpu.c
@@ -2274,10 +2274,6 @@ void cpu_clear_apic_feature(CPUX86State *env)
#endif /* !CONFIG_USER_ONLY */
-void x86_cpudef_setup(void)
-{
-}
-
void cpu_x86_cpuid(CPUX86State *env, uint32_t index, uint32_t count,
uint32_t *eax, uint32_t *ebx,
uint32_t *ecx, uint32_t *edx)