Revision 6af0bf9c vl.h

b/vl.h
138 138
/* XXX: make it dynamic */
139 139
#if defined (TARGET_PPC)
140 140
#define BIOS_SIZE (512 * 1024)
141
#elif defined(TARGET_MIPS)
142
#define BIOS_SIZE (128 * 1024)
141 143
#else
142 144
#define BIOS_SIZE ((256 + 64) * 1024)
143 145
#endif
......
715 717
extern QEMUMachine core99_machine;
716 718
extern QEMUMachine heathrow_machine;
717 719

  
720
/* mips_r4k.c */
721
extern QEMUMachine mips_machine;
722

  
718 723
#ifdef TARGET_PPC
719 724
ppc_tb_t *cpu_ppc_tb_init (CPUState *env, uint32_t freq);
720 725
#endif

Also available in: Unified diff