Re: [RFC Resend] arm:extend __init_end to a page align address

2014-09-15 Thread Catalin Marinas
On Mon, Sep 15, 2014 at 11:55:25AM +0100, Russell King - ARM Linux wrote: > On Mon, Sep 15, 2014 at 06:26:43PM +0800, Wang, Yalin wrote: > > this patch change the __init_end address to a page align address, so that > > free_initmem() > > can free the whole .init section, because if the end address

Re: [RFC Resend] arm:extend __init_end to a page align address

2014-09-15 Thread Russell King - ARM Linux
On Mon, Sep 15, 2014 at 06:26:43PM +0800, Wang, Yalin wrote: > this patch change 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 ta