]> err.no Git - linux-2.6/blobdiff - include/asm-blackfin/tlbflush.h
Remove the deprecated cli() sti() functions
[linux-2.6] / include / asm-blackfin / tlbflush.h
index 10a07ba1e011b6f66bff7d34931d9fe97a2d31d1..277b400924b86f9c647e25b9d837fe4353cd643b 100644 (file)
@@ -53,10 +53,4 @@ static inline void flush_tlb_kernel_page(unsigned long addr)
        BUG();
 }
 
-static inline void flush_tlb_pgtables(struct mm_struct *mm,
-                                     unsigned long start, unsigned long end)
-{
-       BUG();
-}
-
 #endif