]> Git Repo - qemu.git/blobdiff - target-openrisc/mmu_helper.c
hw/arm/virt: Wire up secure timer interrupt
[qemu.git] / target-openrisc / mmu_helper.c
index fb457c76af00d55290aeb97a113bc4d0b4cee930..ee1c6f61184f561637b2a6b9a053378f7d78a0a1 100644 (file)
  */
 
 #include "cpu.h"
+#include "exec/cpu_ldst.h"
 
 #ifndef CONFIG_USER_ONLY
-#include "exec/softmmu_exec.h"
-#define MMUSUFFIX _mmu
-
-#define SHIFT 0
-#include "exec/softmmu_template.h"
-
-#define SHIFT 1
-#include "exec/softmmu_template.h"
-
-#define SHIFT 2
-#include "exec/softmmu_template.h"
-
-#define SHIFT 3
-#include "exec/softmmu_template.h"
 
 void tlb_fill(CPUState *cs, target_ulong addr, int is_write,
               int mmu_idx, uintptr_t retaddr)
This page took 0.026275 seconds and 4 git commands to generate.