linux/arch/arm/mach-tegra
Thomas Huth aa5d0900ee ARM: tegra: Replace __ASSEMBLY__ with __ASSEMBLER__
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>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2026-07-31 17:39:10 +02:00
..
board.h ARM: tegra: paz00: Configure WiFi rfkill switch through device tree 2026-03-28 00:56:36 +01:00
common.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
hotplug.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
io.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
iomap.h mm: introduce include/linux/pgtable.h 2020-06-09 09:39:13 -07:00
irammap.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
irq.c ARM: tegra: Fix OF node reference leaks in IRQ init 2026-07-31 17:34:34 +02:00
Kconfig ARM: SoC-related driver updates 2019-05-16 09:19:14 -07:00
Makefile ARM: tegra: paz00: Configure WiFi rfkill switch through device tree 2026-03-28 00:56:36 +01:00
platsmp.c ARM: tegra: Fix typos in comments 2022-04-06 15:33:14 +02:00
pm-tegra20.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
pm-tegra30.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
pm.c soc/tegra: pmc: Prevent racing with cpuilde driver 2021-08-11 11:51:39 +02:00
pm.h soc/tegra: pmc: Prevent racing with cpuilde driver 2021-08-11 11:51:39 +02:00
reset-handler.S ARM: 9263/1: use .arch directives instead of assembler command line flags 2022-11-08 18:36:17 +00:00
reset.c ARM: tegra: Use I/O memcpy to write to IRAM 2025-07-09 14:20:31 +02:00
reset.h ARM: tegra: Replace __ASSEMBLY__ with __ASSEMBLER__ 2026-07-31 17:39:10 +02:00
sleep-tegra20.S ARM: 9263/1: use .arch directives instead of assembler command line flags 2022-11-08 18:36:17 +00:00
sleep-tegra30.S ARM: 9263/1: use .arch directives instead of assembler command line flags 2022-11-08 18:36:17 +00:00
sleep.h ARM: tegra: Replace __ASSEMBLY__ with __ASSEMBLER__ 2026-07-31 17:39:10 +02:00
sleep.S ARM: 9263/1: use .arch directives instead of assembler command line flags 2022-11-08 18:36:17 +00:00
tegra.c ARM: tegra: paz00: Configure WiFi rfkill switch through device tree 2026-03-28 00:56:36 +01:00