patch-2.4.25 linux-2.4.25/include/asm-i386/mmu.h
Next file: linux-2.4.25/include/asm-i386/mmu_context.h
Previous file: linux-2.4.25/include/asm-i386/edd.h
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
2004-02-18 05:36:32.000000000 -0800
-  Orig file: 
linux-2.4.24/include/asm-i386/mmu.h
-  Orig date: 
2001-07-25 18:03:04.000000000 -0700
diff -urN linux-2.4.24/include/asm-i386/mmu.h linux-2.4.25/include/asm-i386/mmu.h
@@ -4,10 +4,13 @@
 /*
  * The i386 doesn't have a mmu context, but
  * we put the segment information here.
+ *
+ * cpu_vm_mask is used to optimize ldt flushing.
  */
 typedef struct { 
-	void *segments;
-	unsigned long cpuvalid;
+	int size;
+	struct semaphore sem;
+	void *	ldt;
 } mm_context_t;
 
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)