X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=mm%2Fmremap.c;h=8ea5c2412c6e155aef62dbaa1fb4c882b77c1acc;hb=4fa435018d740cb83d74c92306aa1f796da91ddd;hp=bc7c52efc71bb1d5dddded25b836c4b842a54edf;hpb=d09f51b6997f3f443c5741bc696651e479576715;p=mv-sheeva.git diff --git a/mm/mremap.c b/mm/mremap.c index bc7c52efc71..8ea5c2412c6 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) {