From: Christoph Lameter Date: Thu, 20 Apr 2006 09:43:12 +0000 (-0700) Subject: [PATCH] Remove cond_resched in gather_stats() X-Git-Tag: v2.6.17-rc3~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d472be37896b1c41b50f3da124f8b7718ba7797;p=pandora-kernel.git [PATCH] Remove cond_resched in gather_stats() gather_stats() is called with a spinlock held from check_pte_range. We cannot reschedule with a lock held. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed