From: Wen Congyang Date: Tue, 18 Dec 2012 20:22:21 +0000 (-0800) Subject: x86/mm: Fix the argument passed to sync_global_pgds() X-Git-Tag: v3.9-rc1~168^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f73568a059c3afd6323a9ee3860938df91252ee4;p=pandora-kernel.git x86/mm: Fix the argument passed to sync_global_pgds() The address range of sync_global_pgds() should be [start, end], but we pass [start, end) to this function. Signed-off-by: Wen Congyang Cc: Yasuaki Ishimatsu Cc: David Rientjes Cc: Jiang Liu Cc: Minchan Kim Cc: KOSAKI Motohiro Cc: Mel Gorman Cc: "H. Peter Anvin" Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed