diff mbox series

[PULL,25/67] target/m68k: Remove `NB_MMU_MODES` define

Message ID 20230307175848.2508955-26-richard.henderson@linaro.org
State New
Headers show
Series [PULL,01/67] target/mips: Drop tcg_temp_free from micromips_translate.c.inc | expand

Commit Message

Richard Henderson March 7, 2023, 5:58 p.m. UTC
From: Anton Johansson via <qemu-devel@nongnu.org>

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-11-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 target/m68k/cpu-param.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Laurent Vivier March 9, 2023, 12:18 p.m. UTC | #1
Le 07/03/2023 à 18:58, Richard Henderson a écrit :
> From: Anton Johansson via <qemu-devel@nongnu.org>

The author field seems broken.

Thanks,
Laurent

> 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-11-anjo@rev.ng>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>   target/m68k/cpu-param.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/target/m68k/cpu-param.h b/target/m68k/cpu-param.h
> index 44a8d193f0..39dcbcece8 100644
> --- a/target/m68k/cpu-param.h
> +++ b/target/m68k/cpu-param.h
> @@ -17,6 +17,5 @@
>   #define TARGET_PAGE_BITS 12
>   #define TARGET_PHYS_ADDR_SPACE_BITS 32
>   #define TARGET_VIRT_ADDR_SPACE_BITS 32
> -#define NB_MMU_MODES 2
>   
>   #endif
diff mbox series

Patch

diff --git a/target/m68k/cpu-param.h b/target/m68k/cpu-param.h
index 44a8d193f0..39dcbcece8 100644
--- a/target/m68k/cpu-param.h
+++ b/target/m68k/cpu-param.h
@@ -17,6 +17,5 @@ 
 #define TARGET_PAGE_BITS 12
 #define TARGET_PHYS_ADDR_SPACE_BITS 32
 #define TARGET_VIRT_ADDR_SPACE_BITS 32
-#define NB_MMU_MODES 2
 
 #endif