From: Christoph Lameter Date: Tue, 26 Sep 2006 06:31:10 +0000 (-0700) Subject: [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_H... X-Git-Tag: v2.6.19-rc1~1208 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=182e8e237349e7b6354f45aee4780b6423fd6a50;p=pandora-kernel.git [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM Do not display HIGHMEM memory sizes if CONFIG_HIGHMEM is not set. Make HIGHMEM dependent texts and make display of highmem counters optional Some texts are depending on CONFIG_HIGHMEM. Remove those strings and remove the display of highmem counter values if CONFIG_HIGHMEM is not set. [akpm@osdl.org: remove some ifdefs] Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed