Re: [PATCH v4 4/9] xen/arm64: head: Add missing code symbol annotations

2024-05-15 Thread Stefano Stabellini
On Sat, 4 May 2024, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Use the generic xen/linkage.h macros to annotate code symbols > and add missing annotations. > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Stefano Stabellini > --- > xen/arch/arm/arm64/head.S | 51

[PATCH v4 4/9] xen/arm64: head: Add missing code symbol annotations

2024-05-14 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Use the generic xen/linkage.h macros to annotate code symbols and add missing annotations. Signed-off-by: Edgar E. Iglesias --- xen/arch/arm/arm64/head.S | 51 +-- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git