RE: [PATCH 28/37] xen/arm: stub memory hotplug access helpers for Arm

2021-09-23 Thread Wei Chen
> -Original Message- > From: Stefano Stabellini > Sent: 2021年9月24日 10:34 > To: Wei Chen > Cc: xen-devel@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org; > Bertrand Marquis > Subject: Re: [PATCH 28/37] xen/arm: stub memory hotplug access helpers for

Re: [PATCH 28/37] xen/arm: stub memory hotplug access helpers for Arm

2021-09-23 Thread Stefano Stabellini
On Thu, 23 Sep 2021, Wei Chen wrote: > Common code in NUMA need these two helpers to access/update > memory hotplug end address. Arm has not support memory hotplug > yet. So we stub these two helpers in this patch to make NUMA > common code happy. > > Signed-off-by: Wei Chen > --- > xen/include/

[PATCH 28/37] xen/arm: stub memory hotplug access helpers for Arm

2021-09-23 Thread Wei Chen
Common code in NUMA need these two helpers to access/update memory hotplug end address. Arm has not support memory hotplug yet. So we stub these two helpers in this patch to make NUMA common code happy. Signed-off-by: Wei Chen --- xen/include/asm-arm/mm.h | 10 ++ 1 file changed, 10 inse