diff options
Diffstat (limited to 'include/asm-sparc/mmu_context.h')
-rw-r--r-- | include/asm-sparc/mmu_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-sparc/mmu_context.h b/include/asm-sparc/mmu_context.h index ab2aeebef..604c447a9 100644 --- a/include/asm-sparc/mmu_context.h +++ b/include/asm-sparc/mmu_context.h @@ -5,6 +5,10 @@ #ifndef __ASSEMBLY__ +static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk, unsigned cpu) +{ +} + /* * Initialize a new mmu context. This is invoked when a new * address space instance (unique or shared) is instantiated. |