[PATCH] reduce MAX_NR_ZONES: fix i386 SRAT check for MAX_NR_ZONES
authorChristoph Lameter <clameter@sgi.com>
Tue, 26 Sep 2006 06:31:16 +0000 (23:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:47 +0000 (08:48 -0700)
commitb9b15780f808efa2c897f337644ba7a2bec03ecc
tree2fe544cc92bd8c17709966481d5be4832773fdb3
parent27bf71c2a7e596ed34e9bf2d4a5030321a09a1ad
[PATCH] reduce MAX_NR_ZONES: fix i386 SRAT check for MAX_NR_ZONES

We cannot check MAX_NR_ZONES since it not defined in the preprocessor
anymore.

So remove the check.

The maximum number of zones per node for i386 is 3 since i386 does not
support ZONE_DMA32.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/srat.c