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 struct ldt_struct
*ldt
;
15 /* True if mm supports a task running in 32 bit compatibility mode. */
16 unsigned short ia32_compat
;
22 atomic_t perf_rdpmc_allowed
; /* nonzero if rdpmc is allowed */
26 void leave_mm(int cpu
);
28 static inline void leave_mm(int cpu
)
33 #endif /* _ASM_X86_MMU_H */