mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Use qemu_ram_alloc.
Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7052 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
088ab16c6b
commit
7ffab4d78c
4 changed files with 15 additions and 9 deletions
|
|
@ -27,6 +27,7 @@ struct arm_boot_info {
|
|||
const char *kernel_cmdline;
|
||||
const char *initrd_filename;
|
||||
target_phys_addr_t loader_start;
|
||||
target_phys_addr_t smp_loader_start;
|
||||
int nb_cpus;
|
||||
int board_id;
|
||||
int (*atag_board)(struct arm_boot_info *info, void *p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue