URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-ppc/] [mmu_context.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __PPC_MMU_CONTEXT_H #define __PPC_MMU_CONTEXT_H /* * get a new mmu context.. PowerPC's don't know about contexts [yet] */ #define get_mmu_context(x) do { } while (0) #endif
Go to most recent revision | Compare with Previous | Blame | View Log