Re: [PATCH 1/7] powerpc/mm: rename map_page() to map_kernel_page() on PPC32

From: Balbir Singh
Date: Mon May 29 2017 - 21:33:48 EST


On Mon, 29 May 2017 17:31:56 +0200 (CEST)
Christophe Leroy <christophe.leroy@xxxxxx> wrote:

> Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxx>
> ---
...

> diff --git a/arch/powerpc/mm/mem.c b/arch/powerpc/mm/mem.c
> index de5a90e1ceaa..8e9bef964dbf 100644
> --- a/arch/powerpc/mm/mem.c
> +++ b/arch/powerpc/mm/mem.c
> @@ -305,11 +305,11 @@ void __init paging_init(void)
> unsigned long end = __fix_to_virt(FIX_HOLE);
>
> for (; v < end; v += PAGE_SIZE)
> - map_page(v, 0, 0); /* XXX gross */
> + map_kernel_page(v, 0, 0); /* XXX gross */

What is 0, 0? Everything maps to physical address 0 with 0 permissions?


Thanks for doing this

Acked-by: Balbir Singh <bsingharora@xxxxxxxxx>

Balbir