Re: [PATCH 1/2] target/nios2: Replace magic value by MMU definitions

2021-02-03 Thread Richard Henderson
On 1/27/21 1:41 PM, Philippe Mathieu-Daudé wrote: > cpu_get_phys_page_debug() uses 'DATA LOAD' MMU access type. > The first MMU is the supervisor one. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/nios2/helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I'll note that m

[PATCH 1/2] target/nios2: Replace magic value by MMU definitions

2021-01-27 Thread Philippe Mathieu-Daudé
cpu_get_phys_page_debug() uses 'DATA LOAD' MMU access type. The first MMU is the supervisor one. Signed-off-by: Philippe Mathieu-Daudé --- target/nios2/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/nios2/helper.c b/target/nios2/helper.c index 57c97bde3c6..fe