aboutsummaryrefslogtreecommitdiff
path: root/target/mips
diff options
context:
space:
mode:
authorAnton Johansson <anjo@rev.ng>2023-03-06 18:52:19 +0100
committerRichard Henderson <richard.henderson@linaro.org>2023-03-13 06:44:37 -0700
commit385a3d81ebfcef90b8791cd336b1f7ec1ba678c1 (patch)
treed6af50fcd8fc7866cf2e1b7bf843d7c52de4533e /target/mips
parentda876cc24defb94f78dc866c955123829fdb9e97 (diff)
downloadqemu-385a3d81ebfcef90b8791cd336b1f7ec1ba678c1.zip
qemu-385a3d81ebfcef90b8791cd336b1f7ec1ba678c1.tar.gz
qemu-385a3d81ebfcef90b8791cd336b1f7ec1ba678c1.tar.bz2
target/mips: Remove `NB_MMU_MODES` define
Signed-off-by: Anton Johansson <anjo@rev.ng> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230306175230.7110-13-anjo@rev.ng> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/mips')
-rw-r--r--target/mips/cpu-param.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/mips/cpu-param.h b/target/mips/cpu-param.h
index f4c7699..594c91a 100644
--- a/target/mips/cpu-param.h
+++ b/target/mips/cpu-param.h
@@ -29,6 +29,5 @@
#define TARGET_PAGE_BITS_VARY
#define TARGET_PAGE_BITS_MIN 12
#endif
-#define NB_MMU_MODES 4
#endif