URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-i960/] [mmu_context.h] - Rev 199
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