target/mips: Remove access_type argument from map_address() handler
commitafe2fe4d04d3b260c1802adb59d851905f3bcb3c
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 28 Jan 2021 00:43:34 +0000 (28 01:43 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 21 Feb 2021 18:42:33 +0000 (21 19:42 +0100)
tree4bb1d408c35e5b375c76ea1a0c3367c2c166f273
parent0ab8e33a48414e094e74bcc48b0914325def85ac
target/mips: Remove access_type argument from map_address() handler

TLB map_address() handlers don'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-2-f4bug@amsat.org>
target/mips/internal.h
target/mips/tlb_helper.c