diff mbox series

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

Message ID 20230306175230.7110-24-anjo@rev.ng (mailing list archive)
State New, archived
Headers show
Series Fix NB_MMU_MODES to 16 | expand

Commit Message

Anton Johansson March 6, 2023, 5:52 p.m. UTC
Signed-off-by: Anton Johansson <anjo@rev.ng>
---
 include/exec/cpu-defs.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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)