]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf63298e618875cb5e0a1514c62b062b8cb6ae4a6
tree9e552a91ea498c9494fe8aa940fd8c2952f87676
parenta9e1e8d14bcea0de78746a58ec4c7d7c463da18e
[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