diff options
| -rw-r--r-- | arch/x86/include/asm/tlbflush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/tlbflush.h b/arch/x86/include/asm/tlbflush.h index 50a7fc0f824a..cf512003e663 100644 --- a/arch/x86/include/asm/tlbflush.h +++ b/arch/x86/include/asm/tlbflush.h | |||
| @@ -62,7 +62,7 @@ static inline void __flush_tlb_all(void) | |||
| 62 | 62 | ||
| 63 | static inline void __flush_tlb_one(unsigned long addr) | 63 | static inline void __flush_tlb_one(unsigned long addr) |
| 64 | { | 64 | { |
| 65 | __flush_tlb_single(addr); | 65 | __flush_tlb_single(addr); |
| 66 | } | 66 | } |
| 67 | 67 | ||
| 68 | #define TLB_FLUSH_ALL -1UL | 68 | #define TLB_FLUSH_ALL -1UL |
