target/sparc: Remove unused ldl_phys from dump_mmu()
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Aug 2019 18:30:11 +0000 (19:30 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Sep 2019 11:01:00 +0000 (12:01 +0100)
commit9dffeec2e003a482ca858a887d3454c6bebed91e
treee73d82145efddf6ee7f36f602ea6c583def99750
parentd86a9ad33c75ed795f09fb43243d0acecd583f24
target/sparc: Remove unused ldl_phys from dump_mmu()

The dump_mmu() function does a ldl_phys() at the start, but
then never uses the value it loads at all. Remove the
unused code.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-id: 20190801183012.17564-7-peter.maydell@linaro.org
target/sparc/mmu_helper.c