[PATCH] i386/smpboot: use msleep() instead of schedule_timeout()
authorNishanth Aravamudan <nacc@us.ibm.com>
Sat, 10 Sep 2005 07:26:50 +0000 (00:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:29 +0000 (10:06 -0700)
commitaeb8397b6a289a358f04fa12b69194af6c259ad6
tree42023b8d3f55a7ee9ac35b9866d6cdfbbb356d0a
parentf4c9925ccc185da68c2d42230711d017f222e420
[PATCH] i386/smpboot: use msleep() instead of schedule_timeout()

Replace schedule_timeout() with msleep() to guarantee the task delays as
expected.

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/smpboot.c