Blame SOURCES/kexec-tools-2.0.15-makedumpfile-Documentation-Update-documentation-regarding-mem-usa.patch

cf4a81
From 8449bda73ab14516d4bf81d29503c1ea203bb865 Mon Sep 17 00:00:00 2001
cf4a81
From: Bhupesh Sharma <bhsharma@redhat.com>
cf4a81
Date: Tue, 6 Mar 2018 02:13:00 +0900
cf4a81
Subject: [PATCH 3/3] Documentation: Update documentation regarding
cf4a81
 --mem-usage' option
cf4a81
cf4a81
Earlier patch in this patchset, enables the '--mem-usage' makedumpfile
cf4a81
option on arm64 platforms.
cf4a81
cf4a81
In addition, I have validated the '--mem-usage' makedumpfile option
cf4a81
on several ppc64/ppc64le and s390x machines, so update the
cf4a81
'makedumpfile.8' documentation to indicate that '--mem-usage' option is
cf4a81
supported not only on x86_64, but also on ppc64, s390x and arm64
cf4a81
platforms.
cf4a81
cf4a81
Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com>
cf4a81
---
cf4a81
 makedumpfile.8 | 2 +-
cf4a81
 1 file changed, 1 insertion(+), 1 deletion(-)
cf4a81
cf4a81
diff --git a/makedumpfile-1.6.2/makedumpfile.8 b/makedumpfile-1.6.2/makedumpfile.8
cf4a81
index 15db7947d62f..3ccfc65798be 100644
cf4a81
--- a/makedumpfile-1.6.2/makedumpfile.8
cf4a81
+++ b/makedumpfile-1.6.2/makedumpfile.8
cf4a81
@@ -593,7 +593,7 @@ last cleared on the crashed kernel, through "dmesg --clear" for example.
cf4a81
 
cf4a81
 .TP
cf4a81
 \fB\-\-mem-usage\fR
cf4a81
-This option is only for x86_64.
cf4a81
+This option is currently supported on x86_64, arm64, ppc64 and s390x.
cf4a81
 This option is used to show the page numbers of current system in different
cf4a81
 use. It should be executed in 1st kernel. By the help of this, user can know
cf4a81
 how many pages is dumpable when different dump_level is specified. It analyzes
cf4a81
-- 
cf4a81
2.7.4
cf4a81