Revision d4c430a8 cpu-defs.h

b/cpu-defs.h
111 111
    /* The meaning of the MMU modes is defined in the target code. */   \
112 112
    CPUTLBEntry tlb_table[NB_MMU_MODES][CPU_TLB_SIZE];                  \
113 113
    target_phys_addr_t iotlb[NB_MMU_MODES][CPU_TLB_SIZE];               \
114
    target_ulong tlb_flush_addr;                                        \
115
    target_ulong tlb_flush_mask;
114 116

  
115 117
#else
116 118

  

Also available in: Unified diff