[Crash-utility] [PATCH v2 17/17] MIPS64: Add mips64 architecture support information

Youling Tang tangyouling at loongson.cn
Tue Mar 16 09:41:31 UTC 2021


Add mips64 architecture support information to the README and help.c files.

Signed-off-by: Huacai Chen <chenhuacai at loongson.cn>
Signed-off-by: Youling Tang <tangyouling at 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




More information about the Crash-utility mailing list