Add mips64 architecture support information to the README and help.c files.
Signed-off-by: Huacai Chen <chenhuacai(a)loongson.cn>
Signed-off-by: Youling Tang <tangyouling(a)loongson.cn>
---
v1 -> v2:
- New patch.
README | 4 ++--
help.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README b/README
index d4a8309..936737f 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,
- s390 and s390x-based kernels are supported. Other architectures may be
- addressed in the future.
+ mips64, 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 531f50a..bd41466 100644
--- a/help.c
+++ b/help.c
@@ -9320,8 +9320,8 @@ char *README[] = {
" These are the current prerequisites: ",
"",
" o At this point, x86, ia64, x86_64, ppc64, ppc, arm, arm64, alpha, mips,",
-" s390 and s390x-based kernels are supported. Other architectures may
be",
-" addressed in the future.",
+" mips64, 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.1.0
Show replies by date