import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / include / asm-i386 / mmu.h
1 #ifndef __i386_MMU_H
2 #define __i386_MMU_H
3
4 /*
5  * The i386 doesn't have a mmu context, but
6  * we put the segment information here.
7  *
8  * cpu_vm_mask is used to optimize ldt flushing.
9  */
10 typedef struct { 
11         int size;
12         struct semaphore sem;
13         void *  ldt;
14 } mm_context_t;
15
16 #endif