tree 7ad765559cf485247591160bad7e704a000a439b parent c32e066057fe0914da262c94e52cefb142f965b4 author akpm@osdl.org 1151402044 -0700 committer Linus Torvalds 1151454760 -0700 [PATCH] IPMI: use schedule in kthread Corey Minyard The kthread used to speed up polling for IPMI was using udelay in its busy-wait polling loop when the lower-level state machine told it to do a short delay. This just used CPU and didn't help scheduling, thus causing bad problems with other tasks. Call schedule() instead. Signed-off-by: Corey Minyard Acked-by: Matt Domsch Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds