| commit | 60a38a3a57befec24a768cbda811d224f1ab89dd | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Jul 17 22:42:09 2023 +0200 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jul 25 14:40:49 2023 +0200 |
| tree | 411640b0bf5038b41ac59108a096a94699442e36 | |
| parent | fb51df0c8ea4afe17ec9af98d10650a05b36113e [diff] |
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>