[PATCH resend] arm:extend the reserved memory for initrd to be page aligned
From: Wang, Yalin <hidden>
Date: 2014-10-09 07:25:30
Also in:
linux-arm-msm, linux-mm, lkml
From: Wang, Yalin <hidden>
Date: 2014-10-09 07:25:30
Also in:
linux-arm-msm, linux-mm, lkml
Who guarantees there's no valuable data in [start, initrd_start) and [initrd_end, end) being corrupted?
mm.. I am not sure if the memblock_reserve will reserve Memory from page aligned address? If not, do we need also make memblock_reserve the initrd memory
From page aligned start(round down) to page aligned end address(round up) ?
Thanks