[PATCH 1/7] powerpc/mm: rename map_page() to map_kernel_page() on PPC32
Christophe LEROY
christophe.leroy at c-s.fr
Tue May 30 22:46:45 AEST 2017
Le 30/05/2017 à 12:50, Michael Ellerman a écrit :
> Christophe Leroy <christophe.leroy at c-s.fr> writes:
>
> ...
>
> Please tell me why.
Because of patch https://patchwork.ozlabs.org/patch/766777/ which
modifies patch_instruction() to use an alternative mapping.
Compilation fails on PPC32 because map_kernel_page() only exists on
PPC64. However we have map_page() which does the same on PPC32, hence
the renaming.
>
> You also moved the declaration from mmu_decl.h to book3s/32/pgtable.h,
> but didn't update any includes, presumably we're confident everything
> gets pgtable.h somehow?
Yes I did that so that lib/code_patching.c sees it.
All users of map_page() already include pgtable in a way or another.
Christophe
More information about the Linuxppc-dev
mailing list