From: Bernhard Walle Date: Wed, 25 Jun 2008 19:39:16 +0000 (+0200) Subject: x86: limit E820 map when a user-defined memory map is specified X-Git-Tag: v2.6.27-rc1~1106^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=611dfd7819e525b45f39ff15e0faf5f23551c113;p=pandora-kernel.git x86: limit E820 map when a user-defined memory map is specified This patch brings back limiting of the E820 map when a user-defined E820 map is specified. While the behaviour of i386 (32 bit) was to limit the E820 map (and /proc/iomem), the behaviour of x86-64 (64 bit) was not to limit. That patch limits the E820 map again for both x86 architectures. Code was tested for compilation and booting on a 32 bit and 64 bit system. Signed-off-by: Bernhard Walle Acked-by: Yinghai Lu Cc: kexec@lists.infradead.org Cc: vgoyal@redhat.com Cc: Bernhard Walle Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed