From: Sebastian Andrzej Siewior Date: Tue, 22 Feb 2011 20:07:36 +0000 (+0100) Subject: x86: e820: Remove conditional early mapping in parse_e820_ext X-Git-Tag: v2.6.39-rc1~498^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c2b357148ec27fcc6ce0992211209a0ea20d8f;p=pandora-kernel.git x86: e820: Remove conditional early mapping in parse_e820_ext This patch ensures that the memory passed from parse_setup_data() is large enough to cover the complete data structure. That means that the conditional mapping in parse_e820_ext() can go. While here, I also attempt not to map two pages if the address is not aligned to a page boundary. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Dirk Brandewie Cc: sodaville@linutronix.de Cc: devicetree-discuss@lists.ozlabs.org LKML-Reference: <1298405266-1624-2-git-send-email-bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed