Re: [PATCH v6 6/7] x86: convert misc assembly function annotations

2024-02-07 Thread Andrew Cooper
On 07/02/2024 1:38 pm, Jan Beulich wrote: > --- a/xen/arch/x86/x86_64/entry.S > +++ b/xen/arch/x86/x86_64/entry.S > @@ -599,7 +599,7 @@ domain_crash_page_fault_0x8: > ALTERNATIVE "", clac, X86_FEATURE_XEN_SMAP > movq %rsi,%rdi > call show_page_walk > -ENTRY(dom_crash_s

[PATCH v6 6/7] x86: convert misc assembly function annotations

2024-02-07 Thread Jan Beulich
Use the generic framework from xen/linkage.h. Signed-off-by: Jan Beulich --- v6: New. --- a/xen/arch/x86/clear_page.S +++ b/xen/arch/x86/clear_page.S @@ -1,8 +1,9 @@ .file __FILE__ +#include #include -ENTRY(clear_page_sse2) +FUNC(clear_page_sse2) mov $PAGE_SIZE/32, %