commit | cdcc5fa0415d943288c6316bd32e76befb1027c5 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Mon Jan 16 15:21:05 2017 +0000 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Tue Feb 28 11:06:22 2017 +0000 |
tree | d44af6eb1705ca33d8b073e27d3bcfef1243d917 | |
parent | 68b32f361f3892fc376051b1702954b2dc692d13 [diff] |
ARM: mm: round the initrd reservation to page boundaries Round the initrd memblock reservation to page boundaries to prevent other data sharing the initrd pages. This prevents an allocation possibly overlapping with the initrd, which would later get trampled on in free_initrd_mem(). Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>