Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...
[pandora-kernel.git] / arch / x86 / include / asm / mmu.h
index 80a1dee..aeff3e8 100644 (file)
@@ -13,6 +13,12 @@ typedef struct {
        int size;
        struct mutex lock;
        void *vdso;
+
+#ifdef CONFIG_X86_64
+       /* True if mm supports a task running in 32 bit compatibility mode. */
+       unsigned short ia32_compat;
+#endif
+
 } mm_context_t;
 
 #ifdef CONFIG_SMP