linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-i386 / mmu.h
index 049f32e..f431a0b 100644 (file)
@@ -7,16 +7,11 @@
  * 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