X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=include%2Fasm-ia64%2Fmeminit.h;h=46501b01a5c58589055927e2dabdbde43e6c3ed5;hp=74477fc31d5182ccc7b180bb076cdeda15a16d22;hb=c87ff94333642ce3db4fc0857ad1f723cb42c1dd;hpb=1e5c936e3cc2ab745f66c0ae296c42f892ffd42a diff --git a/include/asm-ia64/meminit.h b/include/asm-ia64/meminit.h index 74477fc31d51..46501b01a5c5 100644 --- a/include/asm-ia64/meminit.h +++ b/include/asm-ia64/meminit.h @@ -16,10 +16,11 @@ * - initrd (optional) * - command line string * - kernel code & data + * - Kernel memory map built from EFI memory map * * More could be added if necessary */ -#define IA64_MAX_RSVD_REGIONS 5 +#define IA64_MAX_RSVD_REGIONS 6 struct rsvd_region { unsigned long start; /* virtual address of beginning of element */ @@ -33,6 +34,7 @@ extern void find_memory (void); extern void reserve_memory (void); extern void find_initrd (void); extern int filter_rsvd_memory (unsigned long start, unsigned long end, void *arg); +extern void efi_memmap_init(unsigned long *, unsigned long *); /* * For rounding an address to the next IA64_GRANULE_SIZE or order