X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-cris%2Ftlbflush.h;h=c52238005b5592539be59892b8ef61a4bf1a3380;hb=c7c6e9494cc9a4a5b1a2ca870ed4531ad2b98a83;hp=6ed7d9ae90db5497d03cb2e31e17e3e2dc38c7e7;hpb=a2e30e529a48ef4e106e405f91cf4ae525bb01c4;p=powerpc.git diff --git a/include/asm-cris/tlbflush.h b/include/asm-cris/tlbflush.h index 6ed7d9ae90..c52238005b 100644 --- a/include/asm-cris/tlbflush.h +++ b/include/asm-cris/tlbflush.h @@ -39,14 +39,14 @@ static inline void flush_tlb_range(struct vm_area_struct * vma, unsigned long st flush_tlb_mm(vma->vm_mm); } -extern inline void flush_tlb_pgtables(struct mm_struct *mm, +static inline void flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) { /* CRIS does not keep any page table caches in TLB */ } -extern inline void flush_tlb(void) +static inline void flush_tlb(void) { flush_tlb_mm(current->mm); }