diff options
Diffstat (limited to 'include/asm-um/mmu_context.h')
-rw-r--r-- | include/asm-um/mmu_context.h | 6 |
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, extern int init_new_context_skas(struct task_struct *task, struct mm_struct *mm); -static inline int init_new_context_tt(struct task_struct *task, - struct mm_struct *mm) -{ - return(0); -} - static inline int init_new_context(struct task_struct *task, struct mm_struct *mm) { |