[PATCH v14 03/19] x86: Secure Launch Resource Table header file
Huang, Kai
kai.huang at intel.com
Thu Apr 24 05:36:57 PDT 2025
> +
> +#ifndef __ASSEMBLY__
>
[...]
> +#endif /* !__ASSEMBLY */
>
A minor thing:
There's an attempt to convert __ASSEMBLY__ to __ASSEMBLER__ at tree-wide level:
https://lore.kernel.org/lkml/20250314071013.1575167-1-thuth@redhat.com/
I am not sure the final result (there's some discussion around uapi part, but it
seems there's no objection to changes to the headers visible only to the
kernel), but the x86 ones have been merged:
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers
So perhaps we should use __ASSEMBLER__ for the new code.
More information about the kexec
mailing list