From: akpm@osdl.org Date: Tue, 27 Jun 2006 09:54:04 +0000 (-0700) Subject: [PATCH] IPMI: use schedule in kthread X-Git-Tag: v2.6.18-rc1~546 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33979734cd35ae0624337cdbc529921e4350d96f;p=pandora-kernel.git [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 --- Reading git-diff-tree failed