]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-cris/cpu.h
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
[mirror_qemu.git] / target-cris / cpu.h
index ecb0df1d337eadfec954a41b16b3a8c7497b3f96..8ae0ce3ef329fa5b90e26400419a3207d78c5795 100644 (file)
@@ -226,7 +226,7 @@ static inline int cpu_mmu_index (CPUState *env)
 }
 
 int cpu_cris_handle_mmu_fault(CPUState *env, target_ulong address, int rw,
-                              int mmu_idx, int is_softmmu);
+                              int mmu_idx);
 #define cpu_handle_mmu_fault cpu_cris_handle_mmu_fault
 
 #if defined(CONFIG_USER_ONLY)