--- memhotplug-dave/mm/rmap.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN mm/rmap.c~AA-PM-14.1-touch-only-one-page mm/rmap.c --- memhotplug/mm/rmap.c~AA-PM-14.1-touch-only-one-page 2005-07-28 13:50:47.000000000 -0700 +++ memhotplug-dave/mm/rmap.c 2005-07-28 13:50:47.000000000 -0700 @@ -564,7 +564,7 @@ touch_unmapped_address(struct list_head vma = find_vma(v1->mm, v1->addr); if (vma == NULL) goto out; - error = get_user_pages(current, v1->mm, v1->addr, PAGE_SIZE, + error = get_user_pages(current, v1->mm, v1->addr, 1, 0, 0, NULL, NULL); if (error < 0) ret = error; _