Re: [PATCH 02/13] target/mips: Remove access_type argument from get_seg_physical_address

2021-02-01 Thread Jiaxun Yang
在 2021/1/28 下午10:41, Philippe Mathieu-Daudé 写道: get_seg_physical_address() doesn't use the 'access_type' argument, remove it to simplify. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Jiaxun Yang --- target/mips/tlb_helper.c | 6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH 02/13] target/mips: Remove access_type argument from get_seg_physical_address

2021-01-28 Thread Philippe Mathieu-Daudé
get_seg_physical_address() doesn't use the 'access_type' argument, remove it to simplify. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tlb_helper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/mips/tlb_helper.c b/target/mips/tlb_helper.c index