X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fopenrisc%2Finclude%2Fasm%2Fmmu_context.h;h=a6702384c77d91d66945b2b333b270d241ed67f5;hb=5449edc5db3bcf43d865c477ac5a40f6f162a694;hp=ced577542e2969455ae76783db79388e7b7c9c9b;hpb=23bbbf5c1fb3ddf104c2ddbda4cc24ebe53a3453;p=linux-2.6-microblaze.git diff --git a/arch/openrisc/include/asm/mmu_context.h b/arch/openrisc/include/asm/mmu_context.h index ced577542e29..a6702384c77d 100644 --- a/arch/openrisc/include/asm/mmu_context.h +++ b/arch/openrisc/include/asm/mmu_context.h @@ -17,13 +17,13 @@ #include +#define init_new_context init_new_context extern int init_new_context(struct task_struct *tsk, struct mm_struct *mm); +#define destroy_context destroy_context extern void destroy_context(struct mm_struct *mm); extern void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk); -#define deactivate_mm(tsk, mm) do { } while (0) - #define activate_mm(prev, next) switch_mm((prev), (next), NULL) /* current active pgd - this is similar to other processors pgd @@ -32,8 +32,6 @@ extern void switch_mm(struct mm_struct *prev, struct mm_struct *next, extern volatile pgd_t *current_pgd[]; /* defined in arch/openrisc/mm/fault.c */ -static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) -{ -} +#include #endif