]> git.proxmox.com Git - mirror_qemu.git/commit - target-sparc/ldst_helper.c
Fix confusing argument names in some common functions
authorSergey Sorokin <afarallax@yandex.ru>
Tue, 14 Jun 2016 12:26:17 +0000 (15:26 +0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 12 Jul 2016 12:06:08 +0000 (13:06 +0100)
commitb35399bb4e9968296a12303b00f9f2066470e987
treeb73e72aff843aa5b6cfa9f4eaa87a4aece723a6c
parent74e1b782b34e280b06a90f61fdbac5a046cbe491
Fix confusing argument names in some common functions

There are functions tlb_fill(), cpu_unaligned_access() and
do_unaligned_access() that are called with access type and mmu index
arguments. But these arguments are named 'is_write' and 'is_user' in their
declarations. The patches fix the arguments to avoid a confusion.

Signed-off-by: Sergey Sorokin <afarallax@yandex.ru>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Message-id: 1465907177-1399402-1-git-send-email-afarallax@yandex.ru
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
25 files changed:
include/exec/cpu-common.h
include/exec/exec-all.h
include/qom/cpu.h
target-alpha/cpu.h
target-alpha/mem_helper.c
target-arm/internals.h
target-arm/op_helper.c
target-cris/op_helper.c
target-i386/mem_helper.c
target-lm32/op_helper.c
target-m68k/op_helper.c
target-microblaze/op_helper.c
target-mips/cpu.h
target-mips/op_helper.c
target-moxie/helper.c
target-openrisc/mmu_helper.c
target-ppc/mmu_helper.c
target-s390x/mem_helper.c
target-sh4/op_helper.c
target-sparc/cpu.h
target-sparc/ldst_helper.c
target-tricore/op_helper.c
target-unicore32/op_helper.c
target-xtensa/cpu.h
target-xtensa/op_helper.c