diff options
author | akpm@osdl.org <akpm@osdl.org> | 2006-06-27 11:54:04 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-28 02:32:40 +0200 |
commit | 33979734cd35ae0624337cdbc529921e4350d96f (patch) | |
tree | 7ad765559cf485247591160bad7e704a000a439b /drivers/char/stallion.c | |
parent | [PATCH] rcutorture: add call_rcu_bh() operations (diff) | |
download | linux-33979734cd35ae0624337cdbc529921e4350d96f.tar.xz linux-33979734cd35ae0624337cdbc529921e4350d96f.zip |
[PATCH] IPMI: use schedule in kthread
Corey Minyard <minyard@acm.org>
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 <minyard@acm.org>
Acked-by: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/stallion.c')
0 files changed, 0 insertions, 0 deletions