RE: [PATCH] arm: use memblocks_present

2019-03-19 Thread Peng Fan
t...@goodmis.org; > r...@linux.vnet.ibm.com; van.free...@gmail.com; f.faine...@gmail.com; > a...@linux-foundation.org; linux-arm-ker...@lists.infradead.org > Subject: Re: [PATCH] arm: use memblocks_present > > Hi Peng, > > On Tue, Mar 19, 2019 at 9:31 AM Peng Fan wrote: >

Re: [PATCH] arm: use memblocks_present

2019-03-19 Thread Fabio Estevam
Hi Peng, On Tue, Mar 19, 2019 at 9:31 AM Peng Fan wrote: > > Looks good, please put it in the patch system, thanks. Details in my > > signature. > > Would you apply this patch? I do not find this patch in your tree. Have you put it in Russell's patch system (https://www.armlinux.org.uk/develop

RE: [PATCH] arm: use memblocks_present

2019-03-19 Thread Peng Fan
.@suse.com; > rost...@goodmis.org; nicolas.pi...@linaro.org; > linux-arm-ker...@lists.infradead.org; linux-kernel@vger.kernel.org; > van.free...@gmail.com > Subject: Re: [PATCH] arm: use memblocks_present > > On Mon, Feb 11, 2019 at 01:04:59PM +, Peng Fan wrote: > >

Re: [PATCH] arm: use memblocks_present

2019-02-12 Thread Russell King - ARM Linux admin
On Mon, Feb 11, 2019 at 01:04:59PM +, Peng Fan wrote: > arm_memory_present is doing same thing as memblocks_present, so > let's use common code memblocks_present instead of platform > specific arm_memory_present. > > Signed-off-by: Peng Fan Looks good, please put it in the patch system, than

Re: [PATCH] arm: use memblocks_present

2019-02-11 Thread Michal Hocko
On Mon 11-02-19 13:04:59, Peng Fan wrote: > arm_memory_present is doing same thing as memblocks_present, so > let's use common code memblocks_present instead of platform > specific arm_memory_present. > > Signed-off-by: Peng Fan Acked-by: Michal Hocko > --- > arch/arm/mm/init.c | 17 +

Re: [PATCH] arm: use memblocks_present

2019-02-11 Thread Mike Rapoport
On Mon, Feb 11, 2019 at 01:04:59PM +, Peng Fan wrote: > arm_memory_present is doing same thing as memblocks_present, so > let's use common code memblocks_present instead of platform > specific arm_memory_present. > > Signed-off-by: Peng Fan Acked-by: Mike Rapoport > --- > arch/arm/mm/init