Revision 75956cf0 vl.h

b/vl.h
148 148
extern int smp_cpus;
149 149

  
150 150
/* XXX: make it dynamic */
151
#if defined (TARGET_PPC)
151
#if defined (TARGET_PPC) || defined (TARGET_SPARC64)
152 152
#define BIOS_SIZE ((512 + 32) * 1024)
153 153
#elif defined(TARGET_MIPS)
154 154
#define BIOS_SIZE (128 * 1024)

Also available in: Unified diff