Re: [PATCH v4 5/6] x86/paravirt: remove set_pte_at pv-op

2020-08-16 Thread boris . ostrovsky
On 8/15/20 6:06 AM, Juergen Gross wrote: > On x86 set_pte_at() is now always falling back to set_pte(). So instead > of having this fallback after the paravirt maze just drop the > set_pte_at paravirt operation and let set_pte_at() use the set_pte() > function directly. > > Signed-off-by: Juergen

[PATCH v4 5/6] x86/paravirt: remove set_pte_at pv-op

2020-08-15 Thread Juergen Gross
On x86 set_pte_at() is now always falling back to set_pte(). So instead of having this fallback after the paravirt maze just drop the set_pte_at paravirt operation and let set_pte_at() use the set_pte() function directly. Signed-off-by: Juergen Gross --- arch/x86/include/asm/paravirt.h |