From: Sergiu Moga Date: Sat, 4 Nov 2023 14:04:42 +0000 (+0200) Subject: plat/common/x86: Use `uk/asm.h` defined `ENTRY` for syscall entry X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3ba6e0982cc0166dcbcd4ce679fdaafb18fd787b;p=unikraft%2Funikraft.git plat/common/x86: Use `uk/asm.h` defined `ENTRY` for syscall entry Deprecate locally defined `ENTRY` macro in favor of the more generally available, equivalent macro defined in `uk/asm.h`. Signed-off-by: Sergiu Moga --- diff --git a/plat/common/x86/syscall.S b/plat/common/x86/syscall.S index b809f5721..af4edc987 100644 --- a/plat/common/x86/syscall.S +++ b/plat/common/x86/syscall.S @@ -34,8 +34,6 @@ #include #include -#define ENTRY(X) .globl X ; X : - ENTRY(_ukplat_syscall) .cfi_startproc simple .cfi_def_cfa rsp, 0