include/exec: Remove guards around NB_MMU_MODES

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-24-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Anton Johansson 2023-03-06 18:52:30 +01:00 committed by Richard Henderson
parent a4af325e4a
commit 00da6b49a2

View file

@ -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)