linux/include/xen/interface
Thomas Huth 26d060ba39 xen: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
While the GCC and Clang compilers already define __ASSEMBLER__
automatically when compiling assembly code, __ASSEMBLY__ is a
macro that only gets defined by the Makefiles in the kernel.
This can be very confusing when switching between userspace
and kernelspace coding, or when dealing with uapi headers that
rather should use __ASSEMBLER__ instead. So let's standardize now
on the __ASSEMBLER__ macro that is provided by the compilers.

This is a completely mechanical patch (done with a simple "sed -i"
statement).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Message-ID: <20260619114547.159637-1-thuth@redhat.com>
2026-07-01 09:49:52 +02:00
..
hvm xen: privcmd: Add support for ioeventfd 2023-10-16 15:18:33 +02:00
io xen: constify xsd_errors array 2026-06-08 09:00:06 +02:00
callback.h xen: fix wrong SPDX headers of Xen related headers 2021-11-02 07:45:44 -05:00
elfnote.h xen: sync elfnote.h from xen tree 2024-09-25 14:15:04 +02:00
event_channel.h xen: fix wrong SPDX headers of Xen related headers 2021-11-02 07:45:44 -05:00
features.h xen: fix wrong SPDX headers of Xen related headers 2021-11-02 07:45:44 -05:00
grant_table.h xen: update grant_table.h 2022-05-19 14:21:34 +02:00
memory.h xen: fix wrong SPDX headers of Xen related headers 2021-11-02 07:45:44 -05:00
nmi.h xen: fix wrong SPDX headers of Xen related headers 2021-11-02 07:45:44 -05:00
physdev.h xen/pci: Add a function to reset device for xen 2024-09-25 09:54:40 +02:00
platform.h x86/PVH: obtain VGA console info in Dom0 2023-03-14 15:20:51 +01:00
sched.h xen: fix wrong SPDX headers of Xen related headers 2021-11-02 07:45:44 -05:00
vcpu.h xen: fix wrong SPDX headers of Xen related headers 2021-11-02 07:45:44 -05:00
version.h xen: fix wrong SPDX headers of Xen related headers 2021-11-02 07:45:44 -05:00
xen-mca.h xen: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files 2026-07-01 09:49:52 +02:00
xen.h xen: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files 2026-07-01 09:49:52 +02:00
xenpmu.h xen: fix wrong SPDX headers of Xen related headers 2021-11-02 07:45:44 -05:00