Revision 6ae81775 target-mips/cpu.h

b/target-mips/cpu.h
182 182
    uint32_t CP0_ErrorEPC;
183 183
    uint32_t CP0_DESAVE;
184 184
    /* Qemu */
185
    struct QEMUTimer *timer; /* Internal timer */
186 185
    int interrupt_request;
187 186
    jmp_buf jmp_env;
188 187
    int exception_index;
......
213 212
    int halted; /* TRUE if the CPU is in suspend state */
214 213

  
215 214
    CPU_COMMON
215

  
216
    int ram_size;
217
    const char *kernel_filename;
218
    const char *kernel_cmdline;
219
    const char *initrd_filename;
220

  
221
    struct QEMUTimer *timer; /* Internal timer */
216 222
};
217 223

  
218 224
#include "cpu-all.h"

Also available in: Unified diff