From: Huang, Ying Date: Mon, 2 Jun 2008 06:26:21 +0000 (+0800) Subject: x86: reserve EFI memory map with reserve_early X-Git-Tag: v2.6.27-rc1~1106^2~247^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecacf09f7d26b2317e8b1d59fa40f62081fad0bb;p=pandora-kernel.git x86: reserve EFI memory map with reserve_early This patch reserves the EFI memory map with reserve_early(). Because EFI memory map is allocated by bootloader, if it is not reserved by reserved_early(), it may be overwritten through address returned by find_e820_area(). Signed-off-by: Huang Ying Cc: andi@firstfloor.org Cc: mingo@redhat.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed