LoongArch: Replace __loongarch64 with __loongarch_lp64
commita0a5425231b0e26b02d9f45a1d859c84889f98b3
authorXiaotian Wu <wuxiaotian@loongson.cn>
Wed, 9 Aug 2023 12:52:27 +0000 (9 20:52 +0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 28 Feb 2024 00:15:39 +0000 (28 00:15 +0000)
treef21ec8e51f52fa45da1af2397f6b76f578ca6530
parentf44d95ace5e6ebcc7bc387eb6c0cc5c6c9476346
LoongArch: Replace __loongarch64 with __loongarch_lp64

`__loongarch64` is no longer used for historical reasons and should be replaced by `__loongarch_lp64` in new code.

https://loongson.github.io/LoongArch-Documentation/LoongArch-toolchain-conventions-EN.html#_cc_preprocessor_built_in_macro_definitions
(cherry picked from commit f106a639525c959cf791d5c9e58131a5efd19df6)
src/basic/architecture.c
src/basic/missing_syscall_def.h
src/basic/missing_syscalls.py
src/basic/virt.c
src/shared/base-filesystem.c
src/systemd/sd-gpt.h
src/test/test-execute.c