It is no longer needed to define them on our own.

Cc: James Hogan <james.ho...@imgtec.com>
Cc: Richard Weinberger <rich...@nod.at>
Cc: linux-metag@vger.kernel.org
Cc: linux-ker...@vger.kernel.org
Signed-off-by: Richard Weinberger <rich...@nod.at>
---
 arch/metag/include/asm/tlb.h | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/arch/metag/include/asm/tlb.h b/arch/metag/include/asm/tlb.h
index 048282f1..0fb0b46 100644
--- a/arch/metag/include/asm/tlb.h
+++ b/arch/metag/include/asm/tlb.h
@@ -19,18 +19,8 @@
                if (!tlb->fullmm)                                             \
                        flush_tlb_range(vma, vma->vm_start, vma->vm_end);     \
        } while (0)
-
-
-#else
-
-#define tlb_start_vma(tlb, vma)                        do { } while (0)
-#define tlb_end_vma(tlb, vma)                  do { } while (0)
-
 #endif
 
-#define __tlb_remove_tlb_entry(tlb, pte, addr) do { } while (0)
-#define tlb_flush(tlb)                         flush_tlb_mm((tlb)->mm)
-
 #include <asm-generic/tlb.h>
 
 #endif
-- 
1.8.4.2

--
To unsubscribe from this list: send the line "unsubscribe linux-metag" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to