]> xenbits.xensource.com Git - qemu-xen.git/commit
target/mips: Remove access_type argument from get_seg_physical_address
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 28 Jan 2021 00:48:28 +0000 (01:48 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 21 Feb 2021 18:42:33 +0000 (19:42 +0100)
commit496892282520d7e55ce3b48b7cdc772199a44ad4
treebc47552093c6ff51f1077592d3b1d2046a5a5a73
parentafe2fe4d04d3b260c1802adb59d851905f3bcb3c
target/mips: Remove access_type argument from get_seg_physical_address

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