From: Yinghai Lu Date: Fri, 5 Jun 2009 02:14:22 +0000 (-0700) Subject: x86: handle initrd that extends into unusable memory X-Git-Tag: v2.6.27.26~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16171659aff37ec9e4a16f2881b16d07df6a3111;p=pandora-kernel.git x86: handle initrd that extends into unusable memory commit 8c5dd8f43367f4f266dd616f11658005bc2d20ef upstream. On a system where system memory (according e820) is not covered by mtrr, mtrr_trim_memory converts a portion of memory to reserved, but bootloader has already put the initrd in that range. Thus, we need to have 64bit to use relocate_initrd too. [ Impact: fix using initrd when mtrr_trim_memory happen ] Signed-off-by: Yinghai Lu Signed-off-by: H. Peter Anvin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed