On Wed, 3 Apr 2019 at 04:55, Richard Henderson
wrote:
>
> Cc: Stafford Horne
> Signed-off-by: Richard Henderson
> --- a/target/openrisc/mmu.c
> +++ b/target/openrisc/mmu.c
> @@ -107,16 +107,42 @@ static void raise_mmu_exception(OpenRISCCPU *cpu,
> target_ulong address,
> cpu->env.lock_add
Cc: Stafford Horne
Signed-off-by: Richard Henderson
---
target/openrisc/cpu.h | 5 ++--
target/openrisc/cpu.c | 5 ++--
target/openrisc/mmu.c | 65 ++-
3 files changed, 39 insertions(+), 36 deletions(-)
diff --git a/target/openrisc/cpu.h b/target/openri