commit | aeb8397b6a289a358f04fa12b69194af6c259ad6 | [log] [tgz] |
---|---|---|
author | Nishanth Aravamudan <nacc@us.ibm.com> | Sat Sep 10 00:26:50 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Sep 10 10:06:29 2005 -0700 |
tree | 42023b8d3f55a7ee9ac35b9866d6cdfbbb356d0a | |
parent | f4c9925ccc185da68c2d42230711d017f222e420 [diff] |
[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>