]> git.ipfire.org Git - thirdparty/systemd.git/commit
LoongArch: Replace __loongarch64 with __loongarch_lp64 28734/head
authorXiaotian Wu <wuxiaotian@loongson.cn>
Wed, 9 Aug 2023 12:52:27 +0000 (20:52 +0800)
committerXiaotian Wu <wuxiaotian@loongson.cn>
Wed, 9 Aug 2023 12:44:57 +0000 (20:44 +0800)
commitf106a639525c959cf791d5c9e58131a5efd19df6
tree39ff9d8cfc627cdeab4e9705148f9b0b53457b7e
parentf9d3fb6b5e3bd49d336fccd6604a4942b901e8d4
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
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