[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_H...
authorChristoph Lameter <clameter@sgi.com>
Tue, 26 Sep 2006 06:31:10 +0000 (23:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:46 +0000 (08:48 -0700)
commit182e8e237349e7b6354f45aee4780b6423fd6a50
treea1b9fc186a514e547eb257803616d67ba7b69976
parentf06a96844a577c43249fce25809a4fae07407f46
[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 <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/base/node.c
fs/proc/proc_misc.c
mm/page_alloc.c