commit | 823a19cd3b91b0729d7417f1848413846be61712 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jul 29 09:24:47 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jul 29 11:41:54 2014 +0100 |
tree | 77b6727f3f87ecf204f8c36a4bd2d43728637477 | |
parent | 91942d17667a7e7976d3e8bc2f18a34c12bed9fc [diff] |
ARM: fix alignment of keystone page table fixup If init_mm.brk is not section aligned, the LPAE fixup code will miss updating the final PMD. Fix this by aligning map_end. Fixes: a77e0c7b2774 ("ARM: mm: Recreate kernel mappings in early_paging_init()") Cc: <stable@vger.kernel.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>