[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)
commitdb5795547694cf68388aaf8f59723e850f7466f6
tree9e552a91ea498c9494fe8aa940fd8c2952f87676
parentc77b042700ae1fc4d661d7d62787899e755160d5
[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 <nacc@us.ibm.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/cpu-sa1110.c