From: Hugh Dickins Date: Sun, 30 Oct 2005 01:15:53 +0000 (-0700) Subject: [PATCH] mm: copy_pte_range progress fix X-Git-Tag: v2.6.15-rc1~730^2^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e040f218bb49a6965a5b77edce05fe47a62dda39;p=pandora-kernel.git [PATCH] mm: copy_pte_range progress fix My latency breaking in copy_pte_range didn't work as intended: instead of checking at regularish intervals, after the first interval it checked every time around the loop, too impatient to be preempted. Fix that. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed