Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / include / asm-i386 / mmu.h
index f431a0b..049f32e 100644 (file)
@@ -7,11 +7,16 @@
  * we put the segment information here.
  *
  * cpu_vm_mask is used to optimize ldt flushing.
+ * exec_limit is used to track the range PROT_EXEC
+ * mappings span.
  */
 typedef struct { 
        int size;
        struct semaphore sem;
        void *ldt;
+       struct desc_struct user_cs;
+       unsigned long exec_limit;
+       void *vdso;
 } mm_context_t;
 
 #endif