X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh64%2Fmmu_context.h;h=507bf72bb8e10b13f8bbf0dd82069fa297124f59;hb=b3d9d6be035a7d1cc6740cee695301bf37caedcd;hp=f062e1513272745e1f1432749894ddcb1cf5660c;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/include/asm-sh64/mmu_context.h b/include/asm-sh64/mmu_context.h index f062e15132..507bf72bb8 100644 --- a/include/asm-sh64/mmu_context.h +++ b/include/asm-sh64/mmu_context.h @@ -26,9 +26,8 @@ */ extern unsigned long mmu_context_cache; -#include #include - +#include /* Current mm's pgd */ extern pgd_t *mmu_pdtp_cache; @@ -50,7 +49,7 @@ extern pgd_t *mmu_pdtp_cache; */ #define MMU_VPN_MASK 0xfffff000 -extern __inline__ void +static inline void get_new_mmu_context(struct mm_struct *mm) { extern void flush_tlb_all(void);