From: Anton Johansson Date: Mon, 6 Mar 2023 17:52:22 +0000 (+0100) Subject: target/ppc: Remove `NB_MMU_MODES` define X-Git-Tag: v8.0.0-rc0~4^2~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6e94ea3a2b8f249c80465459f2a817aaa9a59d6;p=thirdparty%2Fqemu.git target/ppc: 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-16-anjo@rev.ng> Signed-off-by: Richard Henderson --- diff --git a/target/ppc/cpu-param.h b/target/ppc/cpu-param.h index ea377b7d064..0a0416e0a8c 100644 --- a/target/ppc/cpu-param.h +++ b/target/ppc/cpu-param.h @@ -32,6 +32,5 @@ # define TARGET_VIRT_ADDR_SPACE_BITS 32 #endif #define TARGET_PAGE_BITS 12 -#define NB_MMU_MODES 10 #endif