URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-alpha/] [mmu.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __ALPHA_MMU_H #define __ALPHA_MMU_H /* The alpha MMU context is one "unsigned long" bitmap per CPU */ typedef unsigned long mm_context_t[NR_CPUS]; #endif
Go to most recent revision | Compare with Previous | Blame | View Log