From 2065061ede22d401aae2ce995c3af54db9d28639 Mon Sep 17 00:00:00 2001 From: "Igor V. Kovalenko" Date: Mon, 3 May 2010 11:29:44 +0400 Subject: sparc64: handle asi referencing nucleus and secondary MMU contexts - increase max supported MMU modes to 6 - handle nucleus context asi - handle secondary context asi - handle non-faulting loads from secondary context Signed-off-by: Igor V. Kovalenko Signed-off-by: Blue Swirl --- target-sparc/exec.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target-sparc/exec.h') diff --git a/target-sparc/exec.h b/target-sparc/exec.h index 70df828d23..1e9de82bbd 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -13,6 +13,10 @@ register struct CPUSPARCState *env asm(AREG0); #include "cpu.h" #include "exec-all.h" +#if !defined(CONFIG_USER_ONLY) +#include "softmmu_exec.h" +#endif /* !defined(CONFIG_USER_ONLY) */ + /* op_helper.c */ void do_interrupt(CPUState *env); -- cgit v1.2.3