Re: [PATCH v2] powerpc/mm: export current mmu mode info

2016-09-26 Thread Hari Bathini
Hi Michael/Aneesh, Thanks for reviewing the patch.. On Friday 23 September 2016 04:40 PM, Michael Ellerman wrote: Hari Bathini writes: diff --git a/arch/powerpc/include/asm/mmu.h b/arch/powerpc/include/asm/mmu.h index e2fb408..558987c 100644 ---

Re: [PATCH v2] powerpc/mm: export current mmu mode info

2016-09-23 Thread Michael Ellerman
Hari Bathini writes: > diff --git a/arch/powerpc/include/asm/mmu.h b/arch/powerpc/include/asm/mmu.h > index e2fb408..558987c 100644 > --- a/arch/powerpc/include/asm/mmu.h > +++ b/arch/powerpc/include/asm/mmu.h > @@ -199,6 +199,21 @@ static inline void

Re: [PATCH v2] powerpc/mm: export current mmu mode info

2016-09-23 Thread Hari Bathini
On Friday 23 September 2016 10:14 AM, Aneesh Kumar K.V wrote: Hari Bathini writes: Hi Aneesh, On Thursday 22 September 2016 09:54 PM, Aneesh Kumar K.V wrote: Hari Bathini writes: The kernel now supports both radix and hash MMU

Re: [PATCH v2] powerpc/mm: export current mmu mode info

2016-09-22 Thread Aneesh Kumar K.V
Hari Bathini writes: > Hi Aneesh, > > > On Thursday 22 September 2016 09:54 PM, Aneesh Kumar K.V wrote: >> Hari Bathini writes: >> >>> The kernel now supports both radix and hash MMU modes. Tools like crash >>> and makedumpfile need to

Re: [PATCH v2] powerpc/mm: export current mmu mode info

2016-09-22 Thread Hari Bathini
Hi Aneesh, On Thursday 22 September 2016 09:54 PM, Aneesh Kumar K.V wrote: Hari Bathini writes: The kernel now supports both radix and hash MMU modes. Tools like crash and makedumpfile need to know the current MMU mode the kernel is using, to debug/analyze it.

Re: [PATCH v2] powerpc/mm: export current mmu mode info

2016-09-22 Thread Aneesh Kumar K.V
Hari Bathini writes: > The kernel now supports both radix and hash MMU modes. Tools like crash > and makedumpfile need to know the current MMU mode the kernel is using, > to debug/analyze it. The current MMU mode depends on hardware support > and also whether

[RESEND PATCH v2] powerpc/mm: export current mmu mode info

2016-09-22 Thread Hari Bathini
The kernel now supports both radix and hash MMU modes. Tools like crash and makedumpfile need to know the current MMU mode the kernel is using, to debug/analyze it. The current MMU mode depends on hardware support and also whether disable_radix cmdline parameter is passed to the kernel. The

Re: [PATCH v2] powerpc/mm: export current mmu mode info

2016-09-22 Thread Hari Bathini
On Thursday 22 September 2016 09:32 PM, Hari Bathini wrote: The kernel now supports both radix and hash MMU modes. Tools like crash and makedumpfile need to know the current MMU mode the kernel is using, to debug/analyze it. The current MMU mode depends on hardware support and also whether

[PATCH v2] powerpc/mm: export current mmu mode info

2016-09-22 Thread Hari Bathini
The kernel now supports both radix and hash MMU modes. Tools like crash and makedumpfile need to know the current MMU mode the kernel is using, to debug/analyze it. The current MMU mode depends on hardware support and also whether disable_radix cmdline parameter is passed to the kernel. The