From: Tejun Heo Date: Tue, 12 Jul 2011 07:44:22 +0000 (+0200) Subject: x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/ X-Git-Tag: v3.1-rc1~286^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ead157387f19801beb1b419568723b2e9b7c79;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/20110712074422.GA2872@htj.dyndns.org Cc: Hans Rosenfeld Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed