]> git.baikalelectronics.ru Git - kernel.git/commit
nios2: Memory management
authorLey Foon Tan <lftan@altera.com>
Thu, 6 Nov 2014 07:19:41 +0000 (15:19 +0800)
committerLey Foon Tan <lftan@altera.com>
Mon, 8 Dec 2014 04:55:51 +0000 (12:55 +0800)
commit2353c51486ceb79cb9193e71bfed26e9d4d13b52
tree88f9375353cfd8ae22f9e844ef01a5c7fd4dd4f8
parent785b778aa92241671f762cd0436fa15a810534bb
nios2: Memory management

This patch contains the initialisation of the memory blocks, MMU
attributes and the memory map.

Signed-off-by: Ley Foon Tan <lftan@altera.com>
arch/nios2/include/asm/mmu.h [new file with mode: 0644]
arch/nios2/include/asm/page.h [new file with mode: 0644]
arch/nios2/include/asm/uaccess.h [new file with mode: 0644]
arch/nios2/mm/init.c [new file with mode: 0644]
arch/nios2/mm/uaccess.c [new file with mode: 0644]