Version:
~ [ 0.6-2.3.46 ] ~
Architecture:
~ [ um ] ~
** Warning: Cannot open xref database.
1 #ifndef __UM_MMU_CONTEXT_H
2 #define __UM_MMU_CONTEXT_H
3
4 #include "linux/sched.h"
5
6 #define init_new_context(task, mm) do ; while(0)
7 #define get_mmu_context(task) do ; while(0)
8 #define activate_context(tsk) do ; while(0)
9 #define destroy_context(mm) do ; while(0)
10
11 #define activate_mm(old, new) do ; while(0)
12
13 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
14 struct task_struct *tsk, unsigned cpu);
15
16 static inline void enter_lazy_tlb(struct mm_struct *mm,
17 struct task_struct *tsk, unsigned cpu)
18 {
19 }
20
21 #endif
22
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.