patch-2.3.43 linux/include/asm-arm/mmu_context.h

Next file: linux/include/asm-arm/pgalloc.h
Previous file: linux/include/asm-arm/checksum.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/include/asm-arm/mmu_context.h linux/include/asm-arm/mmu_context.h
@@ -17,6 +17,9 @@
 #define destroy_context(mm)		do { } while(0)
 #define init_new_context(tsk,mm)	do { } while(0)
 
+static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk, unsigned cpu)
+{
+}
 /*
  * This is the actual mm switch as far as the scheduler
  * is concerned.  No registers are touched.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)