]> git.baikalelectronics.ru Git - kernel.git/commit
x86, mm: Move down find_early_table_space()
authorYinghai Lu <yinghai@kernel.org>
Sat, 17 Nov 2012 03:38:40 +0000 (19:38 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Sat, 17 Nov 2012 19:59:02 +0000 (11:59 -0800)
commitf7a32e994288b29963398dbb613e869913595513
tree800cd462464f60a86afffc2d2ac6897fdaccc7bb
parent4d9afc1b8fc93491e26f213f09f6b3469ce8c6c5
x86, mm: Move down find_early_table_space()

It will need to call split_mem_range().
Move it down after that to avoid extra declaration.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Link: http://lkml.kernel.org/r/1353123563-3103-4-git-send-email-yinghai@kernel.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/mm/init.c