patch-2.4.22 linux-2.4.22/include/asm-arm/mmu_context.h
Next file: linux-2.4.22/include/asm-arm/page.h
Previous file: linux-2.4.22/include/asm-arm/mmu.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-arm/mmu_context.h
- Orig date:
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.21/include/asm-arm/mmu_context.h linux-2.4.22/include/asm-arm/mmu_context.h
@@ -13,9 +13,8 @@
#ifndef __ASM_ARM_MMU_CONTEXT_H
#define __ASM_ARM_MMU_CONTEXT_H
-#include <asm/bitops.h>
#include <asm/pgtable.h>
-#include <asm/arch/memory.h>
+#include <asm/memory.h>
#include <asm/proc-fns.h>
#define destroy_context(mm) do { } while(0)
@@ -30,7 +29,8 @@
*
* tsk->mm will be NULL
*/
-static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk, unsigned cpu)
+static inline void
+enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk, unsigned cpu)
{
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)