target/mips: Remove access_type arg from get_segctl_physical_address()
commit0230a13793b1b30b6b06fd5be1272556a5880ded
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 28 Jan 2021 00:50:06 +0000 (28 01:50 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 21 Feb 2021 18:42:34 +0000 (21 19:42 +0100)
tree845f9a0aa77faa703c027f9f9e968fac62e13928
parent496892282520d7e55ce3b48b7cdc772199a44ad4
target/mips: Remove access_type arg from get_segctl_physical_address()

get_segctl_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-4-f4bug@amsat.org>
target/mips/tlb_helper.c