Re: [PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>

From: Matthew Wilcox
Date: Sat Jun 27 2020 - 14:32:22 EST


On Sat, Jun 27, 2020 at 05:34:45PM +0300, Mike Rapoport wrote:
> Most architectures have very similar versions of pXd_alloc_one() and
> pXd_free_one() for intermediate levels of page table.
> These patches add generic versions of these functions in
> <asm-generic/pgalloc.h> and enable use of the generic functions where
> appropriate.

For the series:

Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>