target/tricore: Pass MMUAccessType to get_physical_address()
commit5513b7700c6cfa1beebcfcd20e9c7458d1ebd3ea
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 27 Jan 2021 22:42:54 +0000 (27 23:42 +0100)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Sun, 14 Mar 2021 13:41:56 +0000 (14 14:41 +0100)
treecb0b61d273e15f3950f93bafb99a55d96bd5beec
parent27e4661638c16e9f4f5941019ad5e0ebce8b7815
target/tricore: Pass MMUAccessType to get_physical_address()

'int access_type' and ACCESS_INT are unused, drop them.
Provide the mmu_idx argument to match other targets.
'int rw' is actually the MMUAccessType, rename it.

Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210127224255.3505711-3-f4bug@amsat.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target/tricore/helper.c