linux/arch/m68k/math-emu
Thomas Huth 7164aacfce m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi 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, or when dealing with uapi headers that
rather should use __ASSEMBLER__ instead. So let's standardize on
the __ASSEMBLER__ macro that is provided by the compilers now.

This is almost a completely mechanical patch (done with a simple
"sed -i" statement), with one comment tweaked manually in
arch/m68k/include/asm/mac_baboon.h (which was missing underscores).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Greg Ungerer <gerg@linux-m68k.org>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/20250611114056.118309-3-thuth@redhat.com
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2025-07-06 12:50:50 +02:00
..
fp_arith.c m68k: math-emu: Reformat function and variable headers 2023-10-06 10:03:01 +02:00
fp_arith.h m68k: math-emu: Add missing prototypes 2023-10-06 10:03:01 +02:00
fp_cond.S
fp_decode.h
fp_emu.h m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers 2025-07-06 12:50:50 +02:00
fp_entry.S
fp_log.c m68k: math-emu: Add missing prototypes 2023-10-06 10:03:01 +02:00
fp_log.h m68k: math-emu: Add missing prototypes 2023-10-06 10:03:01 +02:00
fp_move.S
fp_movem.S
fp_scan.S
fp_trig.c m68k: math-emu: Reformat function and variable headers 2023-10-06 10:03:01 +02:00
fp_trig.h m68k: math-emu: Add missing prototypes 2023-10-06 10:03:01 +02:00
fp_util.S
Makefile
multi_arith.h m68k: math-emu: Make multi_arith.h self-contained 2023-10-06 10:03:01 +02:00