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

Balbir Singh bsingharora at gmail.com
Tue May 30 11:33:32 AEST 2017


On Mon, 29 May 2017 17:31:56 +0200 (CEST)
Christophe Leroy <christophe.leroy at c-s.fr> wrote:

> Signed-off-by: Christophe Leroy <christophe.leroy at c-s.fr>
> ---
...

> 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 at gmail.com>

Balbir


More information about the Linuxppc-dev mailing list