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