Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / asm-i386 / mmu.h
index f431a0b..17c6b08 100644 (file)
@@ -7,11 +7,17 @@
  * 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