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

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)