]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Remove fsr argument from arm_ld*_ptw()
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 13 Dec 2017 17:59:24 +0000 (17:59 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 13 Dec 2017 17:59:24 +0000 (17:59 +0000)
commit3795a6de9f7ec4a7e3dcb8bf02a88a014147b0b0
tree4924c413f133f6958360c05f9c8d76ae32714b32
parent1fa498fe0de979030bd1f481046e9f1c5574a584
target/arm: Remove fsr argument from arm_ld*_ptw()

All the callers of arm_ldq_ptw() and arm_ldl_ptw() ignore the value
that those functions store in the fsr argument on failure: if they
return failure to their callers they will always overwrite the fsr
value with something else.

Remove the argument from these functions and S1_ptw_translate().
This will simplify removing fsr from the calling functions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Stefano Stabellini <sstabellini@kernel.org>
Message-id: 1512503192-2239-3-git-send-email-peter.maydell@linaro.org
target/arm/helper.c