diff mbox series

[03/23] target/arm: Remove `NB_MMU_MODES` define

Message ID 20230306175230.7110-4-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>
---
 target/arm/cpu-param.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Philippe Mathieu-Daudé March 6, 2023, 6:51 p.m. UTC | #1
On 6/3/23 18:52, Anton Johansson wrote:
> Signed-off-by: Anton Johansson <anjo@rev.ng>
> ---
>   target/arm/cpu-param.h | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/target/arm/cpu-param.h b/target/arm/cpu-param.h
> index b7bde18986..b3b35f7aa1 100644
> --- a/target/arm/cpu-param.h
> +++ b/target/arm/cpu-param.h
> @@ -45,6 +45,4 @@
>       bool guarded;
>   #endif
>   
> -#define NB_MMU_MODES 12
> -

We need to update the comment previous to ARMMMUIdx typedef.
diff mbox series

Patch

diff --git a/target/arm/cpu-param.h b/target/arm/cpu-param.h
index b7bde18986..b3b35f7aa1 100644
--- a/target/arm/cpu-param.h
+++ b/target/arm/cpu-param.h
@@ -45,6 +45,4 @@ 
     bool guarded;
 #endif
 
-#define NB_MMU_MODES 12
-
 #endif