From: Yalin Wang Date: Fri, 26 Sep 2014 02:30:59 +0000 (+0100) Subject: ARM: 8168/1: extend __init_end to a page align address X-Git-Tag: fixes-for-v3.18-merge-window~22^2^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=562c85cadb065e33ec9f651b8d41cdfd3054a5d0;p=pandora-kernel.git ARM: 8168/1: extend __init_end to a page align address This patch changes the __init_end address to a page align address, so that free_initmem() can free the whole .init section, because if the end address is not page aligned, it will round down to a page align address, then the tail unligned page will not be freed. Signed-off-by: wang Acked-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed