URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-sparc/] [mmu_context.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __SPARC_MMU_CONTEXT_H #define __SPARC_MMU_CONTEXT_H /* For now I still leave the context handling in the * switch_to() macro, I'll do it right soon enough. */ #define get_mmu_context(x) do { } while (0) /* Initialize the context related info for a new mm_struct * instance. */ #define init_new_context(mm) ((mm)->context = NO_CONTEXT) #endif /* !(__SPARC_MMU_CONTEXT_H) */
Go to most recent revision | Compare with Previous | Blame | View Log