commit | 148b20989e0b83cb301e1fcd9e987c7abde05333 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Fri Nov 16 19:39:08 2012 -0800 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Sat Nov 17 11:59:37 2012 -0800 |
tree | a60b9f7e59c365a498a2bb47341264b430f70a9f | |
parent | cf47065961b48727b4e47bc3e2e67f4996878437 [diff] |
x86, mm: Move init_gbpages() out of setup.c Put it in mm/init.c, and call it from probe_page_mask(). init_mem_mapping is calling probe_page_mask at first. So calling sequence is not changed. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Link: http://lkml.kernel.org/r/1353123563-3103-32-git-send-email-yinghai@kernel.org Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>