From: Anton Johansson Date: Mon, 6 Mar 2023 17:52:16 +0000 (+0100) Subject: target/loongarch: Remove `NB_MMU_MODES` define X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=517b5a2368a5fd67759f5c3d9279882b7f161aea;p=qmiga%2Fqemu.git target/loongarch: Remove `NB_MMU_MODES` define Signed-off-by: Anton Johansson Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée Reviewed-by: Richard Henderson Message-Id: <20230306175230.7110-10-anjo@rev.ng> Signed-off-by: Richard Henderson --- 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