From: Jan Beulich Date: Tue, 26 Sep 2006 08:52:31 +0000 (+0200) Subject: [PATCH] i386: initialize end-of-memory variables as early as possible X-Git-Tag: v2.6.19-rc1~1077^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba9c231f7499ff6918c069c72ff5fd836c76b963;p=pandora-kernel.git [PATCH] i386: initialize end-of-memory variables as early as possible Move initialization of all memory end variables to as early as possible, so that dependent code doesn't need to check whether these variables have already been set. Change the range check in kunmap_atomic to actually make use of this so that the no-mapping-estabished path (under CONFIG_DEBUG_HIGHMEM) gets used only when the address is inside the lowmem area (and BUG() otherwise). Signed-off-by: Jan Beulich Signed-off-by: Andi Kleen --- Reading git-diff-tree failed