X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-frv%2Ftlbflush.h;h=7ac5eafc5d9839c34c23c459075aa8c8b450629c;hb=3b5c6b834984b09b7b7fba6a97d3a2878a4a8e42;hp=8370f97e41ee57d0c782592db6f5d27263eac7f1;hpb=f563d53c30f3e60cde3a194cc1a87284ee0b3366;p=mv-sheeva.git diff --git a/include/asm-frv/tlbflush.h b/include/asm-frv/tlbflush.h index 8370f97e41e..7ac5eafc5d9 100644 --- a/include/asm-frv/tlbflush.h +++ b/include/asm-frv/tlbflush.h @@ -57,7 +57,6 @@ do { \ #define __flush_tlb_global() flush_tlb_all() #define flush_tlb() flush_tlb_all() #define flush_tlb_kernel_range(start, end) flush_tlb_all() -#define flush_tlb_pgtables(mm,start,end) do { } while(0) #else @@ -66,7 +65,6 @@ do { \ #define flush_tlb_mm(mm) BUG() #define flush_tlb_page(vma,addr) BUG() #define flush_tlb_range(mm,start,end) BUG() -#define flush_tlb_pgtables(mm,start,end) BUG() #define flush_tlb_kernel_range(start, end) BUG() #endif