From: Christoph Lameter Date: Tue, 26 Sep 2006 06:31:10 +0000 (-0700) Subject: [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations X-Git-Tag: v2.6.19-rc1~1209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f06a96844a577c43249fce25809a4fae07407f46;p=pandora-kernel.git [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations Fix array initialization in lots of arches The number of zones may now be reduced from 4 to 2 for many arches. Fix the array initialization for the zones array for all architectures so that it is not initializing a fixed number of elements. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed