x86, mm: use round_up/down in split_mem_range()
authorYinghai Lu <yinghai@kernel.org>
Sat, 17 Nov 2012 03:39:12 +0000 (19:39 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Sat, 17 Nov 2012 19:59:40 +0000 (11:59 -0800)
commit5a0d3aeeeffbd1534a510fc10c4ab7c99c45afce
tree6d31a6883eb147792d59f63647e1afe695e52cc4
parent11ed9e927d573d78beda6e6a166612666ae97064
x86, mm: use round_up/down in split_mem_range()

to replace own inline version for those roundup and rounddown.

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