From: Anton Johansson Date: Mon, 6 Mar 2023 17:52:30 +0000 (+0100) Subject: include/exec: Remove guards around `NB_MMU_MODES` X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=00da6b49a227607c7235a1e7db6ebaf1ae44e139;p=qmiga%2Fqemu.git include/exec: Remove guards around `NB_MMU_MODES` Signed-off-by: Anton Johansson Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée Reviewed-by: Richard Henderson Message-Id: <20230306175230.7110-24-anjo@rev.ng> Signed-off-by: Richard Henderson --- diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index 5f6b8eed95..e1c498ef4b 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.h @@ -58,9 +58,7 @@ * Fix the number of mmu modes to 16, which is also the maximum * supported by the softmmu tlb api. */ -#ifndef NB_MMU_MODES #define NB_MMU_MODES 16 -#endif #if !defined(CONFIG_USER_ONLY) && defined(CONFIG_TCG)