~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to hw/mips_malta.c

  • Committer: aurel32
  • Date: 2008-04-22 20:45:18 UTC
  • Revision ID: git-v1:03875444d95a679cc0191a314be2238423b77cff
Revert "Use correct types to enable > 2G support" (r4238), it is
not yet ready.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4240 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
763
763
}
764
764
 
765
765
static
766
 
void mips_malta_init (ram_addr_t ram_size, int vga_ram_size,
 
766
void mips_malta_init (int ram_size, int vga_ram_size,
767
767
                      const char *boot_device, DisplayState *ds,
768
768
                      const char *kernel_filename, const char *kernel_cmdline,
769
769
                      const char *initrd_filename, const char *cpu_model)