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.
12 #ifdef CONFIG_MODIFY_LDT_SYSCALL
13 struct ldt_struct
*ldt
;
17 /* True if mm supports a task running in 32 bit compatibility mode. */
18 unsigned short ia32_compat
;
24 atomic_t perf_rdpmc_allowed
; /* nonzero if rdpmc is allowed */
28 void leave_mm(int cpu
);
30 static inline void leave_mm(int cpu
)
35 #endif /* _ASM_X86_MMU_H */