x86/mm: Fix the argument passed to sync_global_pgds()
authorWen Congyang <wency@cn.fujitsu.com>
Tue, 18 Dec 2012 20:22:21 +0000 (12:22 -0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 24 Jan 2013 15:12:21 +0000 (16:12 +0100)
The address range of sync_global_pgds() should be [start, end],
but we pass [start, end) to this function.

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Cc: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Cc: David Rientjes <rientjes@google.com>
Cc: Jiang Liu <liuj97@gmail.com>
Cc: Minchan Kim <minchan.kim@gmail.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found