FROMLIST: x86/paravirt: Dont patch flush_tlb_single

native_flush_tlb_single() is not just INLVPG anymore. With
X86_FEATURE_INVPCID_SINGLE and KAISER enabled it flushes also the shadow
mapping. But even with KAISER disabled flushing the particular ASID is
the right thing to do.

Remove the paravirt patching for it.

Fixes: 1fde25dc8ef4 ("x86/mm/kaiser: Use PCID feature to make user and
kernel switches faster")
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

(am from https://patchwork.kernel.org/patch/10078031/)

BUG=b:70026651
TEST=tryjob

Change-Id: Ieb9f9c4a449038ef43eb220228f4160478cd554f
Reviewed-on: https://chromium-review.googlesource.com/803863
Commit-Ready: Ke Wu <mikewu@google.com>
Tested-by: Ke Wu <mikewu@google.com>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Reviewed-by: Hugh Dickins <hughd@google.com>
(cherry picked from commit 3ff450a8697d3d52c38ade1f25b119d8ed24a448)
Reviewed-on: https://chromium-review.googlesource.com/820719
Trybot-Ready: Xuewei Zhang <xueweiz@google.com>
Commit-Queue: Xuewei Zhang <xueweiz@google.com>
Tested-by: Xuewei Zhang <xueweiz@google.com>
1 file changed