summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/memory.h
Commit message (Collapse)AuthorAgeFilesLines
* MIPS: introduce ram0 regions register functionAntony Pavlov2013-01-271-0/+12
On MIPS there are two segments in CPU address space that can be used for untranslated memory access: KSEG0 and KSEG1. KSEG0 is used for cached access and KSEG1 is used for uncached one. The instroduced mips_add_ram0() function registers two address regions for memory access: one in KSEG0 and the other one in KSEG1. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>