mm: Get rid of __ZONE_COUNT
authorChristoph Lameter <clameter@sgi.com>
Mon, 28 Apr 2008 09:12:54 +0000 (02:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Apr 2008 15:58:22 +0000 (08:58 -0700)
commit97965478a66fbdf0f4ad5e4ecc4828f0cb548a45
treea60bb6c46acdc35d16b2e48f5c13248fc009b35e
parentec7cade8c1a3d1ace69b35cc843b181818578dce
mm: Get rid of __ZONE_COUNT

It was used to compensate because MAX_NR_ZONES was not available to the
#ifdefs.  Export MAX_NR_ZONES via the new mechanism and get rid of
__ZONE_COUNT.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mmzone.h
kernel/bounds.c