]> git.proxmox.com Git - qemu.git/commit - target-unicore32/cpu.h
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 1 Aug 2011 16:12:17 +0000 (16:12 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 7 Aug 2011 09:32:01 +0000 (09:32 +0000)
commit97b348e7d221c94ddde609346407bd2cd6f85044
tree1117d72780b827b2775c7a2d789bef4b5ab12930
parent548f66db33b91bf305c4e5228bb29585701ab58d
Remove unused is_softmmu parameter from cpu_handle_mmu_fault

Parameter is_softmmu (and its evil mutant twin brother is_softmuu)
is not used in cpu_*_handle_mmu_fault() functions, remove them
and adjust callers.

Acked-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
39 files changed:
target-alpha/cpu.h
target-alpha/helper.c
target-alpha/op_helper.c
target-arm/cpu.h
target-arm/helper.c
target-arm/op_helper.c
target-cris/cpu.h
target-cris/helper.c
target-cris/op_helper.c
target-i386/cpu.h
target-i386/helper.c
target-i386/op_helper.c
target-lm32/cpu.h
target-lm32/helper.c
target-lm32/op_helper.c
target-m68k/cpu.h
target-m68k/helper.c
target-m68k/op_helper.c
target-microblaze/cpu.h
target-microblaze/helper.c
target-microblaze/op_helper.c
target-mips/cpu.h
target-mips/helper.c
target-mips/op_helper.c
target-ppc/cpu.h
target-ppc/helper.c
target-ppc/op_helper.c
target-s390x/cpu.h
target-s390x/helper.c
target-s390x/op_helper.c
target-sh4/cpu.h
target-sh4/helper.c
target-sh4/op_helper.c
target-sparc/cpu.h
target-sparc/helper.c
target-sparc/op_helper.c
target-unicore32/cpu.h
target-unicore32/helper.c
user-exec.c