target/mips: Remove access_type argument from get_physical_address()
commit935c103490eb628dfd6166819ddbbbde87285e69
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 28 Jan 2021 00:52:56 +0000 (28 01:52 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 21 Feb 2021 18:42:34 +0000 (21 19:42 +0100)
tree6457de4837a6bb78cca4d80c5fcd9317d72944ae
parent0230a13793b1b30b6b06fd5be1272556a5880ded
target/mips: Remove access_type argument from get_physical_address()

get_physical_address() doesn't use the 'access_type' argument,
remove it to simplify.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Message-Id: <20210128144125.3696119-5-f4bug@amsat.org>
target/mips/tlb_helper.c