From 7f342bb3a835c1fc26983c4bbd88d29dcc6651d1 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 7 Feb 2013 12:26:36 +1100 Subject: [PATCH] page_alloc-add-movable_memmap-kernel-parameter-fix improve comment Cc: Tang Chen Signed-off-by: Andrew Morton --- include/linux/mm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5