x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/
authorTejun Heo <tj@kernel.org>
Tue, 12 Jul 2011 07:44:22 +0000 (09:44 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 13 Jul 2011 04:58:11 +0000 (21:58 -0700)
commitd0ead157387f19801beb1b419568723b2e9b7c79
tree0615789f48d6ccd91036ddb5cb8fcdb3048ebe8a
parent620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc
x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/

DISCONTIGMEM on x86-32 implements pfn -> nid mapping similarly to
SPARSEMEM; however, it calls each mapping unit ELEMENT instead of
SECTION.  This patch renames it to SECTION so that PAGES_PER_SECTION
is valid for both DISCONTIGMEM and SPARSEMEM.  This will be used by
the next patch to implement mapping granularity check.

This patch is trivial constant rename.

Signed-off-by: Tejun Heo <tj@kernel.org>
Link: http://lkml.kernel.org/r/20110712074422.GA2872@htj.dyndns.org
Cc: Hans Rosenfeld <hans.rosenfeld@amd.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/mmzone_32.h
arch/x86/mm/numa_32.c