Revision cc53adbc

b/hw/etraxfs_eth.c
25 25
#include <stdio.h>
26 26
#include "hw.h"
27 27
#include "net.h"
28

  
29
#include "etraxfs_dma.h"
28
#include "etraxfs.h"
30 29

  
31 30
#define D(x)
32 31

  
b/hw/etraxfs_ser.c
26 26
#include <ctype.h>
27 27
#include "hw.h"
28 28
#include "qemu-char.h"
29
#include "etraxfs.h"
29 30

  
30 31
#define D(x)
31 32

  
b/hw/etraxfs_timer.c
26 26
#include "hw.h"
27 27
#include "sysemu.h"
28 28
#include "qemu-timer.h"
29
#include "etraxfs.h"
29 30

  
30 31
#define D(x)
31 32

  
b/target-cris/cpu.h
216 216
	return !!(env->pregs[PR_CCS] & U_FLAG);
217 217
}
218 218

  
219
int cpu_cris_handle_mmu_fault(CPUState *env, target_ulong address, int rw,
220
                              int mmu_idx, int is_softmmu);
221

  
219 222
#if defined(CONFIG_USER_ONLY)
220 223
static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
221 224
{
b/target-cris/exec.h
33 33
{
34 34
}
35 35

  
36
int cpu_cris_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
37
                              int mmu_idx, int is_softmmu);
38

  
39 36
#if !defined(CONFIG_USER_ONLY)
40 37
#include "softmmu_exec.h"
41 38
#endif
b/target-cris/translate.c
2633 2633
		tmp32 = tcg_temp_new_i32();
2634 2634
		tcg_gen_addi_tl(addr, cpu_R[dc->op1], i * 8);
2635 2635
		gen_load(dc, tmp32, addr, 4, 0);
2636
	}
2636
	} else
2637
		TCGV_UNUSED(tmp32);
2637 2638
	tcg_temp_free(addr);
2638 2639

  
2639 2640
	for (i = 0; i < (nr >> 1); i++) {

Also available in: Unified diff