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)
commit2086fe1159a9a75233b533986ccfcbd192bd9372
tree800cd462464f60a86afffc2d2ac6897fdaccc7bb
parent4e33e06555329e93523b3d2590b9210bf84120a3
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