make oldconfig will rebuild these...
[linux-2.4.21-pre4.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 typedef struct { 
9         void *segments;
10         unsigned long cpuvalid;
11 } mm_context_t;
12
13 #endif