summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/mmu.h
Commit message (Collapse)AuthorAgeFilesLines
* remap_range: make function 'remap_range' globalAlexander Aring2013-01-181-0/+18
Change function remap_range in arm architecture to make it global accessable. For example command 'memtest' can change pte flags to enable or disable cache. Add dummy function for others architectures that doesn't have mmu or pte support. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>