URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-i386/] [mmu.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __i386_MMU_H #define __i386_MMU_H /* * 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 { int size; struct semaphore sem; void * ldt; } mm_context_t; #endif
Go to most recent revision | Compare with Previous | Blame | View Log