From: Nishanth Aravamudan Date: Fri, 1 Jul 2005 11:11:51 +0000 (+0100) Subject: [PATCH] ARM: replace schedule_timeout() with msleep() X-Git-Tag: v2.6.13-rc2~30^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5795547694cf68388aaf8f59723e850f7466f6;p=pandora-kernel.git [PATCH] ARM: replace schedule_timeout() with msleep() Use msleep() instead of schedule_timeout() to guarantee the task delays as expected. Neither signals nor wait-queue events are important at this point in the code, I believe. Signed-off-by: Nishanth Aravamudan Signed-off-by: Domen Puncer Signed-off-by: Russell King --- Reading git-diff-tree failed