arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__
commita98b5bf89b39fede95c34bf81e9decc1e6b6d38f
authorJulius Werner <jwerner@chromium.org>
Tue, 26 Jun 2018 00:59:13 +0000 (25 17:59 -0700)
committerJulius Werner <jwerner@chromium.org>
Tue, 26 Jun 2018 23:59:08 +0000 (26 23:59 +0000)
tree7b32d53ee95131f5fd9e30f54b6780e0ee7dbc00
parent905e1e763e0a8922cade359c01dfdee92834b473
arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__

Some arm64 files that were imported from other projects use the
__ASSEMBLY__ macro to test whether a header is included from a C or an
assembly file. This patch switches them to the coreboot standard
__ASSEMBLER__, which has the advantage of being a GCC builtin so that
the including file doesn't have to supply it explicitly.

Change-Id: I1023f72dd13857b14ce060388e97c658e748928f
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/27237
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
src/arch/arm64/include/arch/transition.h
src/arch/arm64/include/armv8/arch/barrier.h
src/arch/arm64/include/armv8/arch/lib_helpers.h
src/arch/arm64/transition_asm.S