target/mips: Pass directory/leaf shift values to walk_directory()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 17 Jul 2023 20:42:09 +0000 (22:42 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 25 Jul 2023 12:40:49 +0000 (14:40 +0200)
commit60a38a3a57befec24a768cbda811d224f1ab89dd
tree411640b0bf5038b41ac59108a096a94699442e36
parentfb51df0c8ea4afe17ec9af98d10650a05b36113e
target/mips: Pass directory/leaf shift values to walk_directory()

We already evaluated directory_shift and leaf_shift in
page_table_walk_refill(), no need to do that again: pass
as argument.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20230717213504.24777-2-philmd@linaro.org>
target/mips/tcg/sysemu/tlb_helper.c