diff options
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2015-02-10 17:10:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-10 17:30:31 -0500 |
commit | b007ea798f5c568d3f464d37288220ef570f062c (patch) | |
tree | ae3cd38951a3d7e42b06349c89fd622f54566d5f /arch/arm/mm/proc-macros.S | |
parent | 9b3e661e58b90b0c2d5c2168c23408f1e59e9e35 (diff) |
arm: drop L_PTE_FILE and pte_file()-related helpers
We've replaced remap_file_pages(2) implementation with emulation. Nobody
creates non-linear mapping anymore.
This patch also adjust __SWP_TYPE_SHIFT, effectively increase size of
possible swap file to 128G.
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/mm/proc-macros.S')
-rw-r--r-- | arch/arm/mm/proc-macros.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/proc-macros.S b/arch/arm/mm/proc-macros.S index ba1196c968d8..082b9f2f7e90 100644 --- a/arch/arm/mm/proc-macros.S +++ b/arch/arm/mm/proc-macros.S | |||
@@ -98,7 +98,7 @@ | |||
98 | #endif | 98 | #endif |
99 | #if !defined (CONFIG_ARM_LPAE) && \ | 99 | #if !defined (CONFIG_ARM_LPAE) && \ |
100 | (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ | 100 | (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ |
101 | L_PTE_FILE+L_PTE_PRESENT) > L_PTE_SHARED | 101 | L_PTE_PRESENT) > L_PTE_SHARED |
102 | #error Invalid Linux PTE bit settings | 102 | #error Invalid Linux PTE bit settings |
103 | #endif | 103 | #endif |
104 | #endif /* CONFIG_MMU */ | 104 | #endif /* CONFIG_MMU */ |