Better SuperSPARC emulation (Robert Reif)
[qemu] / target-sparc / exec.h
index 2b478cb..36fd117 100644 (file)
@@ -21,23 +21,9 @@ 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;