diff options
Diffstat (limited to 'target-sparc/exec.h')
-rw-r--r-- | target-sparc/exec.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h index 2b478cb2b5..75410aa790 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -21,23 +21,12 @@ static inline void regs_to_env(void) { } -/* helper.c */ -void cpu_lock(void); -void cpu_unlock(void); -int cpu_sparc_handle_mmu_fault(CPUState *env1, target_ulong address, int rw, - int mmu_idx, int is_softmmu); -target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev); -void dump_mmu(CPUState *env); - /* op_helper.c */ void do_interrupt(CPUState *env); /* cpu-exec.c */ void cpu_loop_exit(void); -/* sun4m.c */ -void cpu_check_irqs(CPUSPARCState *env); - static inline int cpu_halted(CPUState *env1) { if (!env1->halted) return 0; |