]> git.proxmox.com Git - qemu.git/blobdiff - target-openrisc/mmu_helper.c
cpu: Introduce ENV_OFFSET macros
[qemu.git] / target-openrisc / mmu_helper.c
index d2edebcb497dc4bd6afc07b0ddc1d2e5f3c0c1ca..e46b09298477441045f990082e02cfa175f1b404 100644 (file)
 #include "cpu.h"
 
 #ifndef CONFIG_USER_ONLY
-#include "softmmu_exec.h"
+#include "exec/softmmu_exec.h"
 #define MMUSUFFIX _mmu
 
 #define SHIFT 0
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 #define SHIFT 1
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 #define SHIFT 2
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 #define SHIFT 3
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 void tlb_fill(CPUOpenRISCState *env, target_ulong addr, int is_write,
               int mmu_idx, uintptr_t retaddr)