4 #include <linux/spinlock.h>
5 #include <linux/mutex.h>
8 * The x86 doesn't have a mmu context, but
9 * we put the segment information here.
16 /* True if mm supports a task running in 32 bit compatibility mode. */
17 unsigned short ia32_compat;
25 void leave_mm(int cpu);
27 static inline void leave_mm(int cpu)
32 #endif /* _ASM_X86_MMU_H */