On Sat, Jun 27, 2020 at 5:35 PM Mike Rapoport <rppt@xxxxxxxxxx> 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.
Very nice cleanup series to the page table code! FWIW: Reviewed-by: Pekka Enberg <penberg@xxxxxxxxxx>