Re: [PATCH 01/13] target/mips: Remove access_type argument from map_address() handler

2021-02-01 Thread Jiaxun Yang
在 2021/1/28 下午10:41, Philippe Mathieu-Daudé 写道: TLB map_address() handlers don't use the 'access_type' argument, remove it to simplify. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Jiaxun Yang --- target/mips/internal.h | 8 target/mips/tlb_helper.c | 15

[PATCH 01/13] target/mips: Remove access_type argument from map_address() handler

2021-01-28 Thread Philippe Mathieu-Daudé
TLB map_address() handlers don't use the 'access_type' argument, remove it to simplify. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/internal.h | 8 target/mips/tlb_helper.c | 15 +++ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git