[PATCH] ARM: replace schedule_timeout() with msleep()
authorNishanth Aravamudan <nacc@us.ibm.com>
Fri, 1 Jul 2005 11:11:51 +0000 (12:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 1 Jul 2005 11:11:51 +0000 (12:11 +0100)
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 <nacc@us.ibm.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found