On Wed, Jul 09, 2008 at 01:11:00PM +0200, Bernhard Walle wrote: > After the patch that provides /sys/firmware/memmap has been merged in the 'tip' > tree by Ingo Molnar, kexec should use that interface. > > This patch implements architecture-independent parsing in a new file called > firmware_memmap.c. The x86 part is ported to use that memory map for > kexec. We don't use that memory map for building the ELF core headers, > that was the intention for that new interface. > > > Signed-off-by: Bernhard Walle <bwalle at suse.de> Thanks, applied. Ditto for the following two patches. [PATCH 2/3] Remove redundancy between get_memory_ranges_proc_iomem() and get_memory_ranges_sysfs() [PATCH 3/3] Use get_memory_ranges() on x86-64. -- Horms