[PATCH v2 1/2] makedumpfile/ppc64: set page_offset in get_versiondep_info_ppc64()
Pingfan Liu
piliu at redhat.com
Sun Aug 20 20:24:05 PDT 2017
Envalue info->page_offset in get_versiondep_info_ppc64() is a little
misleading. But since show_mem_usage->get_page_offset->get_versiondep_info
needs to get this info, so initialize it in get_versiondep_info_ppc64().
Signed-off-by: Pingfan Liu <piliu at redhat.com>
---
arch/ppc64.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/ppc64.c b/arch/ppc64.c
index 6aeab7e..3fd6002 100644
--- a/arch/ppc64.c
+++ b/arch/ppc64.c
@@ -576,6 +576,7 @@ get_versiondep_info_ppc64()
ERRMSG("Can't initialize for vmalloc translation\n");
return FALSE;
}
+ info->page_offset = __PAGE_OFFSET;
return TRUE;
}
--
2.7.4
More information about the kexec
mailing list