Re: [PATCH 2/8] opeinrisc: switch to generic version of pte allocation

From: Stafford Horne
Date: Sat Jun 27 2020 - 17:23:40 EST


On Sat, Jun 27, 2020 at 05:34:47PM +0300, Mike Rapoport wrote:
> From: Mike Rapoport <rppt@xxxxxxxxxxxxx>
>
> Replace pte_alloc_one(), pte_free() and pte_free_kernel() with the generic
> implementation. The only actual functional change is the addition of
> __GFP_ACCOUT for the allocation of the user page tables.
>
> The pte_alloc_one_kernel() is kept back because its implementation on
> openrisc is different than the generic one.
>
> Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxx>

Thank's for this.

Acked-by: Stafford Horne <shorne@xxxxxxxxx>