Add LoongArch64 architecture support information to the README and
help.c files.
Co-developed-by: Youling Tang <tangyouling(a)loongson.cn>
Signed-off-by: Youling Tang <tangyouling(a)loongson.cn>
Signed-off-by: Ming Wang <wangming01(a)loongson.cn>
---
README | 4 ++--
help.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README b/README
index cf85cf0..63ff4d6 100644
--- a/README
+++ b/README
@@ -37,8 +37,8 @@
These are the current prerequisites:
o At this point, x86, ia64, x86_64, ppc64, ppc, arm, arm64, alpha, mips,
- mips64, riscv64, s390 and s390x-based kernels are supported. Other
- architectures may be addressed in the future.
+ mips64, loongarch64, riscv64, s390 and s390x-based kernels are supported.
+ Other architectures may be addressed in the future.
o One size fits all -- the utility can be run on any Linux kernel version
version dating back to 2.2.5-15. A primary design goal is to always
diff --git a/help.c b/help.c
index d5d9dd1..f3d0555 100644
--- a/help.c
+++ b/help.c
@@ -9561,8 +9561,8 @@ char *README[] = {
" These are the current prerequisites: ",
"",
" o At this point, x86, ia64, x86_64, ppc64, ppc, arm, arm64, alpha, mips,",
-" mips64, riscv64, s390 and s390x-based kernels are supported. Other",
-" architectures may be addressed in the future.",
+" mips64, loongarch64, riscv64, s390 and s390x-based kernels are
supported.",
+" Other architectures may be addressed in the future.",
"",
" o One size fits all -- the utility can be run on any Linux kernel
version",
" version dating back to 2.2.5-15. A primary design goal is to always",
--
2.34.1