URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-x86_64/] [mmu.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __x86_64_MMU_H #define __x86_64_MMU_H #include <linux/spinlock.h> /* * The x86_64 doesn't have a mmu context, but * we put the segment information here. */ typedef struct { void *segments; unsigned long cpuvalid; rwlock_t ldtlock; } mm_context_t; #endif
Go to most recent revision | Compare with Previous | Blame | View Log