x86, mm: Separate x86_64 vmalloc_sync_all() into separate functions
authorHaicheng Li <haicheng.li@linux.intel.com>
Wed, 19 May 2010 09:42:14 +0000 (17:42 +0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 26 Aug 2010 21:02:29 +0000 (14:02 -0700)
No behavior change.

Move some of vmalloc_sync_all() code into a new function
sync_global_pgds() that will be useful for memory hotplug.

Signed-off-by: Haicheng Li <haicheng.li@linux.intel.com>
LKML-Reference: <4C6E4ECD.1090607@linux.intel.com>
Reviewed-by: Wu Fengguang <fengguang.wu@intel.com>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found