From 6b091b755a21c64b90114fd8e02599876606e8f9 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 12 Jun 2020 13:48:56 +0800 Subject: [PATCH] i386: clean cpu.h --- qemu/target-i386/cpu.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qemu/target-i386/cpu.h b/qemu/target-i386/cpu.h index 53f2949b..aad6134e 100644 --- a/qemu/target-i386/cpu.h +++ b/qemu/target-i386/cpu.h @@ -1290,9 +1290,6 @@ static inline void cpu_get_tb_cpu_state(CPUX86State *env, target_ulong *pc, void do_cpu_init(X86CPU *cpu); void do_cpu_sipi(X86CPU *cpu); -#define MCE_INJECT_BROADCAST 1 -#define MCE_INJECT_UNCOND_AO 2 - /* excp_helper.c */ void QEMU_NORETURN raise_exception(CPUX86State *env, int exception_index); void QEMU_NORETURN raise_exception_err(CPUX86State *env, int exception_index, @@ -1360,7 +1357,4 @@ const char *get_register_name_32(unsigned int reg); uint32_t x86_cpu_apic_id_from_index(unsigned int cpu_index); void enable_compat_apic_id_mode(void); -#define APIC_DEFAULT_ADDRESS 0xfee00000 -#define APIC_SPACE_SIZE 0x100000 - #endif /* CPU_I386_H */