Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nios2: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 1 | -1/+0 |
| | | | | | | | | | | | We've replaced remap_file_pages(2) implementation with emulation. Nobody creates non-linear mapping anymore. Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Ley Foon Tan <lftan@altera.com> Reviewed-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
* | nios2: Page table management | Ley Foon Tan | 2014-12-08 | 1 | -0/+35 |
This patch adds support for page table management. Signed-off-by: Ley Foon Tan <lftan@altera.com> |