Re: [patch 105/147] arm64: switch to generic version of pte allocation

From: Linus Torvalds
Date: Fri Jul 12 2019 - 17:43:59 EST


On Fri, Jul 12, 2019 at 2:11 PM Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> On Fri, 12 Jul 2019 08:49:07 -0400 Qian Cai <cai@xxxxxx> wrote:
> >
> > https://lore.kernel.org/linux-mm/20190617151252.GF16810@rapoport-lnx/
>
> That's already merged - it went in via the arm64 tree I think.

No. Only the arch/arm64/include/asm/pgtable.h part got in through the
arm64 tree (commit 615c48ad8f42: "arm64/mm: don't initialize pgd_cache
twice").

The arch/arm64/mm/pgd.c part was missing.

I think I fixed it all up correctly.

Linus