diff options
author | Michael Wang <wangyun@linux.vnet.ibm.com> | 2013-06-04 02:28:18 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-06-04 14:51:26 -0400 |
commit | e8747f10ba3f7638b1c1fcab9c66a01733213d45 (patch) | |
tree | d990f5d7ec76719d22b90a95f9eee5cccc7f3ff4 | |
parent | 71c69f7f4b67150e10cdfcad217d464f1821b3c6 (diff) |
x86, cleanups: Remove extra tab in __flush_tlb_one()
Remove the extra tab in __flush_tlb_one().
CC: Alex Shi <alex.shi@intel.com>
CC: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Michael Wang <wangyun@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/51AD8902.60603@linux.vnet.ibm.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-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 |