diff options
Diffstat (limited to 'target/alpha/sys_helper.c')
-rw-r--r-- | target/alpha/sys_helper.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/alpha/sys_helper.c b/target/alpha/sys_helper.c index 51e3254..87e3760 100644 --- a/target/alpha/sys_helper.c +++ b/target/alpha/sys_helper.c @@ -20,7 +20,6 @@ #include "qemu/osdep.h" #include "cpu.h" #include "exec/cputlb.h" -#include "exec/tb-flush.h" #include "exec/helper-proto.h" #include "system/runstate.h" #include "system/system.h" @@ -38,11 +37,6 @@ void helper_tbis(CPUAlphaState *env, uint64_t p) tlb_flush_page(env_cpu(env), p); } -void helper_tb_flush(CPUAlphaState *env) -{ - tb_flush(env_cpu(env)); -} - void helper_halt(uint64_t restart) { if (restart) { |