> -----Original Message----- > From: Catalin Marinas [mailto:[email protected]] > Sent: 2019年2月11日 20:21 > To: Peng Fan <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected] > Subject: Re: [PATCH] arm64: use memblocks_present > > On Sun, Feb 10, 2019 at 09:28:43AM +0000, Peng Fan wrote: > > arm64_memory_present is doing same thing as memblocks_present, so > > let's use common code memblocks_present instead of platform specific > > arm64_memory_present. > > > > Signed-off-by: Peng Fan <[email protected]> > > I already merged a similar one (see commit > a2c801c53d1682871fba1e037c9d3b0c9fffee8a in -next).
I should check your tree first before sending patches. The arm32 code could also use similar logic, need check arm tree :) Thanks, Peng. > > -- > Catalin

