mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target/microblaze: Remove NB_MMU_MODES
define
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-12-anjo@rev.ng> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
cbc1a16fa4
commit
da876cc24d
2 changed files with 1 additions and 2 deletions
|
@ -394,7 +394,7 @@ void mb_tcg_init(void);
|
|||
#define MMU_NOMMU_IDX 0
|
||||
#define MMU_KERNEL_IDX 1
|
||||
#define MMU_USER_IDX 2
|
||||
/* See NB_MMU_MODES further up the file. */
|
||||
/* See NB_MMU_MODES in cpu-defs.h. */
|
||||
|
||||
#include "exec/cpu-all.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue