diff options
author | 2023-03-06 18:52:16 +0100 | |
---|---|---|
committer | 2023-03-13 06:44:37 -0700 | |
commit | 517b5a2368a5fd67759f5c3d9279882b7f161aea (patch) | |
tree | 81c50bb1b145b40a56889b91d6c2ba0d79c47036 | |
parent | target/i386: Remove `NB_MMU_MODES` define (diff) | |
download | qemu-517b5a2368a5fd67759f5c3d9279882b7f161aea.tar.xz qemu-517b5a2368a5fd67759f5c3d9279882b7f161aea.zip |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/loongarch/cpu-param.h b/target/loongarch/cpu-param.h index 414d8fff46..1265dc7cb5 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 |