summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-02-07 12:26:36 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-02-14 15:25:24 +1100
commita9d999c503ea38574c264ef42581cfbcd073a172 (patch)
tree18a4b60520461696099517b9b8c1fa19a8e8228d /include/linux
parent3f5daf114f707a9ca1897fee2ae7451b716afda0 (diff)
page_alloc-add-movable_memmap-kernel-parameter-fix
improve comment Cc: Tang Chen <tangchen@cn.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 1c1065dbd0a2..d0483011b3a3 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -1364,7 +1364,7 @@ extern void sparse_memory_present_with_active_regions(int nid);
#define MOVABLECORE_MAP_MAX MAX_NUMNODES
struct movablecore_entry {
unsigned long start_pfn; /* start pfn of memory segment */
- unsigned long end_pfn; /* end pfn of memory segment */
+ unsigned long end_pfn; /* end pfn of memory segment (exclusive) */
};
struct movablecore_map {