diff options
Diffstat (limited to 'mm/internal.h')
-rw-r--r-- | mm/internal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mm/internal.h b/mm/internal.h index e1531758122b..9b6a6c43ac39 100644 --- a/mm/internal.h +++ b/mm/internal.h | |||
@@ -36,9 +36,7 @@ | |||
36 | /* Do not use these with a slab allocator */ | 36 | /* Do not use these with a slab allocator */ |
37 | #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK) | 37 | #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK) |
38 | 38 | ||
39 | extern int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma, | 39 | int do_swap_page(struct fault_env *fe, pte_t orig_pte); |
40 | unsigned long address, pte_t *page_table, pmd_t *pmd, | ||
41 | unsigned int flags, pte_t orig_pte); | ||
42 | 40 | ||
43 | void free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *start_vma, | 41 | void free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *start_vma, |
44 | unsigned long floor, unsigned long ceiling); | 42 | unsigned long floor, unsigned long ceiling); |