From 57666da51c4cafbfcc288442eac6cce69899a8a2 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 20 Feb 2013 13:14:24 +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