From: Arjan van de Ven Date: Mon, 18 Feb 2008 17:58:45 +0000 (-0800) Subject: x86: fix page_is_ram() thinko X-Git-Tag: v2.6.25-rc3~109^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156fbc3fbe4ab640297b1ae2092821363840aeb6;p=pandora-kernel.git x86: fix page_is_ram() thinko page_is_ram() has a special case for the 640k-1M bios area, however due to a thinko the special case checks the e820 table entry and not the memory the user has asked for. This patch fixes the bug. [ mingo@elte.hu: this too is better solved in the e820 space, but those fixes are too intrusive for v2.6.25. ] Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed