OSDN Git Service

target/mips: Remove unused 'rw' argument from page_table_walk_refill()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 20 Feb 2021 20:19:54 +0000 (21:19 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 21 Feb 2021 18:42:34 +0000 (19:42 +0100)
commitbca3763be27adbc12fa65aeab51e429fd75a58cd
tree424c2fea5c3e9de6811075956575a0afc7414ad5
parentedbd4992fb5d782c858f5196ecb452d61dbc6ab1
target/mips: Remove unused 'rw' argument from page_table_walk_refill()

As the 'rw' argument is unused, remove it.

Reported-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210220202026.2305667-1-f4bug@amsat.org>
target/mips/tlb_helper.c