Re: powerpc/mm: Add virt_to_pfn and use this instead of opencoding

2015-10-02 Thread Michael Ellerman
On Thu, 2015-03-09 at 07:50:56 UTC, "Aneesh Kumar K.V" wrote: > This add helper virt_to_pfn and remove the opencoded usage of the > same. > > Signed-off-by: Aneesh Kumar K.V Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/65d3223a853ac8598694064c cheers __

[PATCH] powerpc/mm: Add virt_to_pfn and use this instead of opencoding

2015-09-03 Thread Aneesh Kumar K.V
This add helper virt_to_pfn and remove the opencoded usage of the same. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/page.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/include/asm/page.h b/arch/powerpc/include/asm/page.h index 71294a6e976

[PATCH V2 01/10] powerpc/mm: Add virt_to_pfn and use this instead of opencoding

2015-08-26 Thread Aneesh Kumar K.V
This add helper virt_to_pfn and remove the opencoded usage of the same. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/page.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/include/asm/page.h b/arch/powerpc/include/asm/page.h index 71294a6e976

[RFC PATCH V1 1/8] powerpc/mm: Add virt_to_pfn and use this instead of opencoding

2015-08-16 Thread Aneesh Kumar K.V
This add helper virt_to_pfn and remove the opencoded usage of the same. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/page.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/include/asm/page.h b/arch/powerpc/include/asm/page.h index 71294a6e976