From: Huang Ying Date: Wed, 4 Mar 2009 02:58:33 +0000 (+0800) Subject: x86: EFI: Back efi_ioremap with init_memory_mapping instead of FIX_MAP X-Git-Tag: v2.6.29-rc8~57^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd39ecf522ba86c70809715af46e6557f6491131;p=pandora-kernel.git x86: EFI: Back efi_ioremap with init_memory_mapping instead of FIX_MAP Impact: Fix boot failure on EFI system with large runtime memory range Brian Maly reported that some EFI system with large runtime memory range can not boot. Because the FIX_MAP used to map runtime memory range is smaller than run time memory range. This patch fixes this issue by re-implement efi_ioremap() with init_memory_mapping(). Reported-and-tested-by: Brian Maly Signed-off-by: Huang Ying Cc: Brian Maly Cc: Yinghai Lu LKML-Reference: <1236135513.6204.306.camel@yhuang-dev.sh.intel.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed