---

 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-03-28 16:38:23.000000000 -0800
+++ memhotplug-dave/mm/rmap.c	2005-03-28 16:38:23.000000000 -0800
@@ -552,7 +552,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;
_
