]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3aa9134106c7b37f1ebde1ff4f7ed1058f4f1fd1
treea60bb6c46acdc35d16b2e48f5c13248fc009b35e
parent40eca0b019aca7481e8db0d54604c722e94be346
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