From: Jan Beulich Date: Tue, 26 Sep 2006 08:52:31 +0000 (+0200) Subject: [PATCH] initialize end of memory variables as early as possible X-Git-Tag: v2.6.19-rc1~1077^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caff0710ebf6f2c44cbd2b8b31fd6329148bed2e;p=pandora-kernel.git [PATCH] initialize end of memory variables as early as possible While an earlier patch already did a small step into that direction, this patch moves 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. Also, remove a misleading (perhaps just outdated) comment, and make static a variable only used in a single file. Signed-off-by: Jan Beulich Signed-off-by: Andi Kleen --- Reading git-diff-tree failed