From 529c593ece216e4aaffd36bd940cb94f1fa63129 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 23 Feb 2000 00:40:54 +0000 Subject: Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c driver due to the Origin A64 hacks. --- include/asm-sh/mmu_context.h | 3 +++ include/asm-sh/pgtable.h | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'include/asm-sh') diff --git a/include/asm-sh/mmu_context.h b/include/asm-sh/mmu_context.h index e16a7d775..b90be6fbd 100644 --- a/include/asm-sh/mmu_context.h +++ b/include/asm-sh/mmu_context.h @@ -11,6 +11,9 @@ (b) ASID (Address Space IDentifier) */ +static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk, unsigned cpu) +{ +} /* * Cache of MMU context last used. */ diff --git a/include/asm-sh/pgtable.h b/include/asm-sh/pgtable.h index 97a9a3ad8..cd6dc704a 100644 --- a/include/asm-sh/pgtable.h +++ b/include/asm-sh/pgtable.h @@ -57,6 +57,10 @@ extern void flush_tlb_mm(struct mm_struct *mm); extern void flush_tlb_range(struct mm_struct *mm, unsigned long start, unsigned long end); extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long page); +extern inline void flush_tlb_pgtables(struct mm_struct *mm, + unsigned long start, unsigned long end) +{ +} /* * Basically we have the same two-level (which is the logical three level -- cgit v1.2.3