X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fmremap.c;h=8ea5c2412c6e155aef62dbaa1fb4c882b77c1acc;hb=75ecb1a4d148b274aa9acd1d6ccaca0a4654784e;hp=bc7c52efc71bb1d5dddded25b836c4b842a54edf;hpb=aba2da66cfbf7790ad79d4dee95871127d5ddf5e;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) {