diff options
author | Thomas Huth <thuth@redhat.com> | 2025-06-06 09:09:51 +0200 |
---|---|---|
committer | Paul Walmsley <pjw@kernel.org> | 2025-09-16 16:25:17 -0600 |
commit | 35ebe00307f3f9b1a7103d0697632c6ef7310d1c (patch) | |
tree | f2b7888595c8d514a2c4591e260dee6da4c93c54 /lib/timerqueue.c | |
parent | 3a8ee3a9f4f6caca192fd2fdc88c1ce56c521b38 (diff) |
riscv: 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 assembly
code.
This is a completely mechanical patch (done with a simple "sed -i"
statement).
Cc: Paul Walmsley <paul.walmsley@sifive.com>
Cc: Palmer Dabbelt <palmer@dabbelt.com>
Cc: Albert Ou <aou@eecs.berkeley.edu>
Cc: Alexandre Ghiti <alex@ghiti.fr>
Cc: linux-riscv@lists.infradead.org
Signed-off-by: Thomas Huth <thuth@redhat.com>
Link: https://lore.kernel.org/r/20250606070952.498274-2-thuth@redhat.com
Signed-off-by: Paul Walmsley <pjw@kernel.org>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions