URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-i960/] [mmu_context.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _I960_MMU_CONTEXT_H #define _I960_MMU_CONTEXT_H /* * get a new mmu context.. do we need this on the m68k? */ #define get_mmu_context(x) do { } while (0) #endif /* _I960_MMU_CONTEXT_H */
Go to most recent revision | Compare with Previous | Blame | View Log