commit | 97965478a66fbdf0f4ad5e4ecc4828f0cb548a45 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Mon Apr 28 02:12:54 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 28 08:58:22 2008 -0700 |
tree | a60bb6c46acdc35d16b2e48f5c13248fc009b35e | |
parent | ec7cade8c1a3d1ace69b35cc843b181818578dce [diff] |
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>