X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fmremap.c;h=8ea5c2412c6e155aef62dbaa1fb4c882b77c1acc;hb=f9996aee36921e8f1d499de1b2ea380855cf6d97;hp=bc7c52efc71bb1d5dddded25b836c4b842a54edf;hpb=bb50cbbd4beacd5ceda76c32fcb116c67fe8c66c;p=linux-2.6 diff --git a/mm/mremap.c b/mm/mremap.c index bc7c52efc7..8ea5c2412c 100644 --- a/mm/mremap.c +++ b/mm/mremap.c @@ -120,7 +120,7 @@ static void move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd, #define LATENCY_LIMIT (64 * PAGE_SIZE) -static unsigned long move_page_tables(struct vm_area_struct *vma, +unsigned long move_page_tables(struct vm_area_struct *vma, unsigned long old_addr, struct vm_area_struct *new_vma, unsigned long new_addr, unsigned long len) {