Re: [PATCH v3] arm64: use generic free_initrd_mem()

2019-09-28 Thread Mike Rapoport
On Fri, Sep 27, 2019 at 11:50:42AM +0530, Anshuman Khandual wrote: > > On 09/25/2019 10:39 AM, Mike Rapoport wrote: > > From: Mike Rapoport > > > > arm64 calls memblock_free() for the initrd area in its implementation of > > free_initrd_mem(), but this call has no actual effect that late in the

Re: [PATCH v3] arm64: use generic free_initrd_mem()

2019-09-27 Thread Anshuman Khandual
On 09/25/2019 10:39 AM, Mike Rapoport wrote: > From: Mike Rapoport > > arm64 calls memblock_free() for the initrd area in its implementation of > free_initrd_mem(), but this call has no actual effect that late in the boot > process. By the time initrd is freed, all the reserved memory is

[PATCH v3] arm64: use generic free_initrd_mem()

2019-09-24 Thread Mike Rapoport
From: Mike Rapoport arm64 calls memblock_free() for the initrd area in its implementation of free_initrd_mem(), but this call has no actual effect that late in the boot process. By the time initrd is freed, all the reserved memory is managed by the page allocator and the memblock.reserved is