All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] makedumpfie: Add vmap_area_list definition for ppc/ppc64
@ 2013-07-15 12:37 Baoquan He
  2013-07-17  8:00 ` Atsushi Kumagai
  0 siblings, 1 reply; 2+ messages in thread
From: Baoquan He @ 2013-07-15 12:37 UTC (permalink / raw)
  To: kexec; +Cc: kumagai-atsushi, Baoquan He

vmap_area_list is added to get vmalloc_start for ppc/ppc64, but its
definition is missing, now add them.

Signed-off-by: Baoquan He <bhe@redhat.com>
---
 arch/ppc.c   |    2 +-
 arch/ppc64.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/ppc.c b/arch/ppc.c
index a9b4812..a3e1a12 100644
--- a/arch/ppc.c
+++ b/arch/ppc.c
@@ -28,7 +28,7 @@
 int
 get_machdep_info_ppc(void)
 {
-	unsigned long vmlist, vmalloc_start;
+	unsigned long vmlist, vmap_area_list, vmalloc_start;
 
 	info->section_size_bits = _SECTION_SIZE_BITS;
 	info->max_physmem_bits  = _MAX_PHYSMEM_BITS;
diff --git a/arch/ppc64.c b/arch/ppc64.c
index c229ede..85144f6 100644
--- a/arch/ppc64.c
+++ b/arch/ppc64.c
@@ -49,7 +49,7 @@ set_ppc64_max_physmem_bits(void)
 int
 get_machdep_info_ppc64(void)
 {
-	unsigned long vmlist, vmalloc_start;
+	unsigned long vmlist, vmap_area_list, vmalloc_start;
 
 	info->section_size_bits = _SECTION_SIZE_BITS;
 	if (!set_ppc64_max_physmem_bits()) {
-- 
1.7.1


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] makedumpfie: Add vmap_area_list definition for ppc/ppc64
  2013-07-15 12:37 [PATCH] makedumpfie: Add vmap_area_list definition for ppc/ppc64 Baoquan He
@ 2013-07-17  8:00 ` Atsushi Kumagai
  0 siblings, 0 replies; 2+ messages in thread
From: Atsushi Kumagai @ 2013-07-17  8:00 UTC (permalink / raw)
  To: bhe; +Cc: kexec

Hello Baoquan,

On Mon, 15 Jul 2013 20:37:14 +0800
Baoquan He <bhe@redhat.com> wrote:

> vmap_area_list is added to get vmalloc_start for ppc/ppc64, but its
> definition is missing, now add them.
> 
> Signed-off-by: Baoquan He <bhe@redhat.com>

Thanks, I'll merge this patch into v1.5.5.


Atsushi Kumagai

> ---
>  arch/ppc.c   |    2 +-
>  arch/ppc64.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/ppc.c b/arch/ppc.c
> index a9b4812..a3e1a12 100644
> --- a/arch/ppc.c
> +++ b/arch/ppc.c
> @@ -28,7 +28,7 @@
>  int
>  get_machdep_info_ppc(void)
>  {
> -	unsigned long vmlist, vmalloc_start;
> +	unsigned long vmlist, vmap_area_list, vmalloc_start;
>  
>  	info->section_size_bits = _SECTION_SIZE_BITS;
>  	info->max_physmem_bits  = _MAX_PHYSMEM_BITS;
> diff --git a/arch/ppc64.c b/arch/ppc64.c
> index c229ede..85144f6 100644
> --- a/arch/ppc64.c
> +++ b/arch/ppc64.c
> @@ -49,7 +49,7 @@ set_ppc64_max_physmem_bits(void)
>  int
>  get_machdep_info_ppc64(void)
>  {
> -	unsigned long vmlist, vmalloc_start;
> +	unsigned long vmlist, vmap_area_list, vmalloc_start;
>  
>  	info->section_size_bits = _SECTION_SIZE_BITS;
>  	if (!set_ppc64_max_physmem_bits()) {
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> kexec mailing list
> kexec@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-17  8:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-15 12:37 [PATCH] makedumpfie: Add vmap_area_list definition for ppc/ppc64 Baoquan He
2013-07-17  8:00 ` Atsushi Kumagai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.