Re: [PATCH] x86: make set_pmd_at() paravirt aware
From: Linus Torvalds
Date: Sun Feb 10 2019 - 13:14:36 EST
On Sat, Feb 9, 2019 at 11:41 PM Juergen Gross <jgross@xxxxxxxx> wrote:
>
> Make set_pmd_at() paravirt aware by just letting it use set_pmd().
Well, that was simpler than I worried.
Just checking: Is this purely an x86 issue? ARM is ok perhaps because
there's no PV support?
Linus