Re: [PATCH v3 7/9] xen/arm64: mmu/head: Add missing code symbol annotations

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 > and add missing annotations. > > Signed-off-by: Edgar E. Iglesias > --- > xen/arch/arm/arm64/mmu/head.S | 28 ++-- > 1 file

[PATCH v3 7/9] xen/arm64: mmu/head: Add missing code symbol annotations

2024-05-02 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/mmu/head.S | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git