x86/mm: Use __flush_tlb_one() for kernel memory
authorPeter Zijlstra <[email protected]>
Tue, 5 Dec 2017 12:34:49 +0000 (13:34 +0100)
committerIngo Molnar <[email protected]>
Fri, 22 Dec 2017 19:13:03 +0000 (20:13 +0100)
commita501686b2923ce6f2ff2b1d0d50682c6411baf72
treec2fd95bb9c7c7bc44c997803ac3592e017f8499a
parent23cb7d46f371844c004784ad9552a57446f73e5a
x86/mm: Use __flush_tlb_one() for kernel memory

__flush_tlb_single() is for user mappings, __flush_tlb_one() for
kernel mappings.

Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Boris Ostrovsky <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: David Laight <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: Eduardo Valentin <[email protected]>
Cc: Greg KH <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Juergen Gross <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/mm/tlb.c