[PATCH v2 04/15] powerpc/pgtable: define PFN_PTE_SHIFT

Christophe Leroy christophe.leroy at csgroup.eu
Thu Jan 25 13:27:02 PST 2024



Le 25/01/2024 à 20:32, David Hildenbrand a écrit :
> We want to make use of pte_next_pfn() outside of set_ptes(). Let's
> simply define PFN_PTE_SHIFT, required by pte_next_pfn().
> 
> Signed-off-by: David Hildenbrand <david at redhat.com>

Reviewed-by: Christophe Leroy <christophe.leroy at csgroup.eu>

> ---
>   arch/powerpc/include/asm/pgtable.h | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/powerpc/include/asm/pgtable.h b/arch/powerpc/include/asm/pgtable.h
> index 9224f23065fff..7a1ba8889aeae 100644
> --- a/arch/powerpc/include/asm/pgtable.h
> +++ b/arch/powerpc/include/asm/pgtable.h
> @@ -41,6 +41,8 @@ struct mm_struct;
>   
>   #ifndef __ASSEMBLY__
>   
> +#define PFN_PTE_SHIFT		PTE_RPN_SHIFT
> +
>   void set_ptes(struct mm_struct *mm, unsigned long addr, pte_t *ptep,
>   		pte_t pte, unsigned int nr);
>   #define set_ptes set_ptes


More information about the linux-arm-kernel mailing list