[PATCH 23/23] include/exec: Remove guards around `NB_MMU_MODES`

Anton Johansson via posted 23 patches 2 years, 11 months ago
[PATCH 23/23] include/exec: Remove guards around `NB_MMU_MODES`
Posted by Anton Johansson via 2 years, 11 months ago
Signed-off-by: Anton Johansson <anjo@rev.ng>
---
 include/exec/cpu-defs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h
index 69cd62c19b..40e72c4f08 100644
--- a/include/exec/cpu-defs.h
+++ b/include/exec/cpu-defs.h
@@ -56,9 +56,7 @@
  * Fix the maxiumum number of mmu modes to 16.  This is larger than all current
  * targets, and also the maximum supported by the softmmu tlb api.
  */
-#ifndef NB_MMU_MODES
 #define NB_MMU_MODES 16
-#endif
 
 #define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8)
 
-- 
2.39.1