aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Johansson <anjo@rev.ng>2023-03-06 18:52:16 +0100
committerRichard Henderson <richard.henderson@linaro.org>2023-03-13 06:44:37 -0700
commit517b5a2368a5fd67759f5c3d9279882b7f161aea (patch)
tree81c50bb1b145b40a56889b91d6c2ba0d79c47036
parent6787318a5d86e51aa4f20fef56666450463df24f (diff)
downloadqemu-517b5a2368a5fd67759f5c3d9279882b7f161aea.zip
qemu-517b5a2368a5fd67759f5c3d9279882b7f161aea.tar.gz
qemu-517b5a2368a5fd67759f5c3d9279882b7f161aea.tar.bz2
target/loongarch: 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-10-anjo@rev.ng> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
-rw-r--r--target/loongarch/cpu-param.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/loongarch/cpu-param.h b/target/loongarch/cpu-param.h
index 414d8ff..1265dc7 100644
--- a/target/loongarch/cpu-param.h
+++ b/target/loongarch/cpu-param.h
@@ -13,6 +13,5 @@
#define TARGET_VIRT_ADDR_SPACE_BITS 48
#define TARGET_PAGE_BITS 14
-#define NB_MMU_MODES 5
#endif