Re: [PATCH] x86/mm: Avoid paravirtualization calls in native_set_p4d()

2018-03-02 Thread Thomas Gleixner
On Wed, 28 Feb 2018, Kirill A. Shutemov wrote: > p4d_val() and pgd_val() are paravirtualized and we should avoid using > them in native_set_p4d(). I'm really unhappy with your changelogs. ... and we should avoid Should is not strong enough as it leaves the option to not do it. Aside of

Re: [PATCH] x86/mm: Avoid paravirtualization calls in native_set_p4d()

2018-03-02 Thread Thomas Gleixner
On Wed, 28 Feb 2018, Kirill A. Shutemov wrote: > p4d_val() and pgd_val() are paravirtualized and we should avoid using > them in native_set_p4d(). I'm really unhappy with your changelogs. ... and we should avoid Should is not strong enough as it leaves the option to not do it. Aside of