Revision 9656f324 cpu-defs.h

b/cpu-defs.h
153 153
                                accessed */                             \
154 154
    target_ulong mem_io_vaddr; /* target virtual addr at which the      \
155 155
                                     memory was accessed */             \
156
    int halted; /* TRUE if the CPU is in suspend state */               \
156
    uint32_t halted; /* Nonzero if the CPU is in suspend state */       \
157
    uint32_t interrupt_request;                                         \
157 158
    /* The meaning of the MMU modes is defined in the target code. */   \
158 159
    CPUTLBEntry tlb_table[NB_MMU_MODES][CPU_TLB_SIZE];                  \
159 160
    target_phys_addr_t iotlb[NB_MMU_MODES][CPU_TLB_SIZE];               \
......
188 189
    jmp_buf jmp_env;                                                    \
189 190
    int exception_index;                                                \
190 191
                                                                        \
192
    int user_mode_only;                                                 \
193
                                                                        \
191 194
    void *next_cpu; /* next CPU sharing TB cache */                     \
192 195
    int cpu_index; /* CPU index (informative) */                        \
193 196
    int running; /* Nonzero if cpu is currently running(usermode).  */  \

Also available in: Unified diff