]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/helper.c
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
[qemu.git] / target-ppc / helper.c
index e00b3e6ff6879d6abc4651ec98b9f9a52c6d0747..789e6aa325b89b975edb2cd1c777ab3dbcebdadd 100644 (file)
@@ -78,7 +78,7 @@ void (*cpu_ppc_hypercall)(CPUState *);
 
 #if defined(CONFIG_USER_ONLY)
 int cpu_ppc_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
-                              int mmu_idx, int is_softmmu)
+                              int mmu_idx)
 {
     int exception, error_code;
 
@@ -1658,7 +1658,7 @@ static void booke206_update_mas_tlb_miss(CPUState *env, target_ulong address,
 
 /* Perform address translation */
 int cpu_ppc_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
-                              int mmu_idx, int is_softmmu)
+                              int mmu_idx)
 {
     mmu_ctx_t ctx;
     int access_type;