From: Yinghai Lu Date: Tue, 28 Dec 2010 00:48:32 +0000 (-0800) Subject: x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping() X-Git-Tag: v2.6.39-rc1~499^2~55^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f005fe12b90c5b9fe180a09209a893e09affa8aa;p=pandora-kernel.git x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping() It is not related to init_memory_mapping(), and init_memory_mapping() is getting more bigger. So make it as seperated function and call it from reserve_brk() and that is point when _brk_end is concluded. Signed-off-by: Yinghai Lu LKML-Reference: <4D1933E0.7090305@kernel.org> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed