RE: [PATCH 24/37] xen/arm: implement two arch helpers to get memory map info

2021-09-23 Thread Wei Chen
> -Original Message- > From: Stefano Stabellini > Sent: 2021年9月24日 10:06 > To: Wei Chen > Cc: xen-devel@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org; > Bertrand Marquis > Subject: Re: [PATCH 24/37] xen/arm: implement two arch helpers to get >

Re: [PATCH 24/37] xen/arm: implement two arch helpers to get memory map info

2021-09-23 Thread Stefano Stabellini
On Thu, 23 Sep 2021, Wei Chen wrote: > These two helpers are architecture APIs that are required by > nodes_cover_memory. > > Signed-off-by: Wei Chen > --- > xen/arch/arm/numa.c | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/xen/arch/arm/numa.c b/xen/arch/arm/numa.c >