aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/include/asm/pgtable-bits.h
AgeCommit message (Collapse)AuthorFilesLines
2023-02-02nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-0/+3
Let's support __HAVE_ARCH_PTE_SWP_EXCLUSIVE by using the yet-unused bit 31. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: David Hildenbrand <[email protected]> Cc: Thomas Bogendoerfer <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
2015-02-10nios2: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-1/+0
We've replaced remap_file_pages(2) implementation with emulation. Nobody creates non-linear mapping anymore. Signed-off-by: Kirill A. Shutemov <[email protected]> Cc: Ley Foon Tan <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2014-12-08nios2: Page table managementLey Foon Tan1-0/+35
This patch adds support for page table management. Signed-off-by: Ley Foon Tan <[email protected]>