[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 06/23] target/hexagon: Remove `NB_MMU_MODES` define
From: |
Anton Johansson |
Subject: |
[PATCH 06/23] target/hexagon: Remove `NB_MMU_MODES` define |
Date: |
Mon, 6 Mar 2023 18:52:13 +0100 |
Signed-off-by: Anton Johansson <anjo@rev.ng>
---
target/hexagon/cpu-param.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/target/hexagon/cpu-param.h b/target/hexagon/cpu-param.h
index e8ed5468d9..71b4a9b83e 100644
--- a/target/hexagon/cpu-param.h
+++ b/target/hexagon/cpu-param.h
@@ -24,6 +24,4 @@
#define TARGET_PHYS_ADDR_SPACE_BITS 36
#define TARGET_VIRT_ADDR_SPACE_BITS 32
-#define NB_MMU_MODES 1
-
#endif
--
2.39.1
- [PATCH 00/23] Fix NB_MMU_MODES to 16, Anton Johansson, 2023/03/06
- [PATCH 02/23] target/alpha: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 04/23] target/avr: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 11/23] target/microblaze: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 07/23] target/hppa: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 03/23] target/arm: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 01/23] include/exec: Set default `NB_MMU_MODES` to 16, Anton Johansson, 2023/03/06
- [PATCH 06/23] target/hexagon: Remove `NB_MMU_MODES` define,
Anton Johansson <=
- [PATCH 08/23] target/i386: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 19/23] target/sh4: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 10/23] target/m68k: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 18/23] target/s390x: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 17/23] target/rx: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 20/23] target/sparc: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 23/23] include/exec: Remove guards around `NB_MMU_MODES`, Anton Johansson, 2023/03/06
- [PATCH 22/23] target/xtensa: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 05/23] target/cris: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06
- [PATCH 16/23] target/riscv: Remove `NB_MMU_MODES` define, Anton Johansson, 2023/03/06