s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
authorThomas Huth <thuth@redhat.com>
Wed, 11 Jun 2025 14:00:45 +0000 (16:00 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 16 Jun 2025 14:23:02 +0000 (16:23 +0200)
commit9b27182c553542118c5bbfdd89bab28e460ffdc8
treef0c04a068361765c623b191a7c4caacbace2cb89
parente04c78d86a9699d136910cfc0bdcf01087e3267e
s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers

__ASSEMBLY__ is only defined by the Makefile of the kernel, so
this is not really useful for uapi headers (unless the userspace
Makefile defines it, too). Let's switch to __ASSEMBLER__ which
gets set automatically by the compiler when compiling assembler
code.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/20250611140046.137739-2-thuth@redhat.com
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/uapi/asm/ptrace.h
arch/s390/include/uapi/asm/schid.h
arch/s390/include/uapi/asm/types.h