diff options
-rw-r--r-- | arch/s390/include/asm/tlbflush.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/tlbflush.h b/arch/s390/include/asm/tlbflush.h index 304445382382..1d8648cf2fea 100644 --- a/arch/s390/include/asm/tlbflush.h +++ b/arch/s390/include/asm/tlbflush.h | |||
@@ -59,6 +59,7 @@ static inline void __tlb_flush_full(struct mm_struct *mm) | |||
59 | } | 59 | } |
60 | #else | 60 | #else |
61 | #define __tlb_flush_full(mm) __tlb_flush_local() | 61 | #define __tlb_flush_full(mm) __tlb_flush_local() |
62 | #define __tlb_flush_global() __tlb_flush_local() | ||
62 | #endif | 63 | #endif |
63 | 64 | ||
64 | /* | 65 | /* |