linux/arch/um/include/shared
Thomas Huth fc9ed2f658 um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headers
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, so let's standardize on the __ASSEMBLER__
macro that is provided by the compilers now.

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

Cc: Richard Weinberger <richard@nod.at>
Cc: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-um@lists.infradead.org
Signed-off-by: Thomas Huth <thuth@redhat.com>
Link: https://patch.msgid.link/20250314071013.1575167-36-thuth@redhat.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2025-07-22 17:12:45 +02:00
..
skas um: Stop tracking stub's PID via userspace_pid[] 2025-07-13 19:42:49 +02:00
arch.h um: mark rodata read-only and implement _nofault accesses 2025-03-18 11:03:14 +01:00
as-layout.h um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headers 2025-07-22 17:12:45 +02:00
common-offsets.h um: Implement kernel side of SECCOMP based process handling 2025-06-02 15:17:19 +02:00
elf_user.h
frame_kern.h
init.h treewide: Convert macro and uses of __section(foo) to __section("foo") 2020-10-25 14:51:49 -07:00
irq_kern.h um: fix 3 instances of -Wmissing-prototypes 2023-08-26 22:45:05 +02:00
irq_user.h um: Track userspace children dying in SECCOMP mode 2025-06-02 15:17:19 +02:00
kern.h
kern_util.h um: mark rodata read-only and implement _nofault accesses 2025-03-18 11:03:14 +01:00
longjmp.h um: rename set_signals() to um_set_signals() 2021-12-21 21:13:44 +01:00
mem.h um: Replace to_phys() and to_virt() with less generic function names 2022-07-17 23:44:40 +02:00
mem_user.h arch, mm: set max_mapnr when allocating memory map for FLATMEM 2025-03-17 22:06:52 -07:00
os.h um: Implement kernel side of SECCOMP based process handling 2025-06-02 15:17:19 +02:00
ptrace_user.h um: Drop support for hosts without SYSEMU_SINGLESTEP support 2024-01-04 23:29:11 +01:00
registers.h um: always use the internal copy of the FP registers 2024-10-10 12:03:55 +02:00
sigio.h um: Rewrite the sigio workaround based on epoll and tgkill 2025-03-20 09:28:44 +01:00
timetravel.h um: always include kconfig.h and compiler-version.h 2024-11-07 17:36:30 +01:00
um_malloc.h This pull request contains the following changes for UML: 2024-05-25 13:17:48 -07:00
user.h um: always include kconfig.h and compiler-version.h 2024-11-07 17:36:30 +01:00