Re: [PATCH v3 8/9] xen/arm64: cache: Use the generic xen/linkage.h macros

2024-05-03 Thread Stefano Stabellini
On Wed, 1 May 2024, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Use the generic xen/linkage.h macros to annotate code symbols. > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Stefano Stabellini > --- > xen/arch/arm/arm64/cache.S | 4 ++-- > 1 file changed, 2 insertions(+),

[PATCH v3 8/9] xen/arm64: cache: Use the generic xen/linkage.h macros

2024-05-02 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Use the generic xen/linkage.h macros to annotate code symbols. Signed-off-by: Edgar E. Iglesias --- xen/arch/arm/arm64/cache.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/arm/arm64/cache.S b/xen/arch/arm/arm64/cache.S index