aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/mmu_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/mmu_context.h')
-rw-r--r--include/asm-um/mmu_context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-um/mmu_context.h b/include/asm-um/mmu_context.h
index 9aa4b44e8cc1..92b0a703fb9e 100644
--- a/include/asm-um/mmu_context.h
+++ b/include/asm-um/mmu_context.h
@@ -56,12 +56,6 @@ static inline void enter_lazy_tlb(struct mm_struct *mm,
56extern int init_new_context_skas(struct task_struct *task, 56extern int init_new_context_skas(struct task_struct *task,
57 struct mm_struct *mm); 57 struct mm_struct *mm);
58 58
59static inline int init_new_context_tt(struct task_struct *task,
60 struct mm_struct *mm)
61{
62 return(0);
63}
64
65static inline int init_new_context(struct task_struct *task, 59static inline int init_new_context(struct task_struct *task,
66 struct mm_struct *mm) 60 struct mm_struct *mm)
67{ 61{