]> git.proxmox.com Git - qemu.git/blobdiff - hw/ppc_prep.c
Revert "Use correct types to enable > 2G support" (r4238), it is
[qemu.git] / hw / ppc_prep.c
index 779a283222b1a8fa3390ee8955f248bc153ac2b4..c42688e4274d15799fad1fdb827e31752d2b7454 100644 (file)
@@ -535,7 +535,7 @@ CPUReadMemoryFunc *PPC_prep_io_read[] = {
 #define NVRAM_SIZE        0x2000
 
 /* PowerPC PREP hardware initialisation */
-static void ppc_prep_init (ram_addr_t ram_size, int vga_ram_size,
+static void ppc_prep_init (int ram_size, int vga_ram_size,
                            const char *boot_device, DisplayState *ds,
                            const char *kernel_filename,
                            const char *kernel_cmdline,