From: Corey Minyard Date: Wed, 28 Mar 2012 21:42:49 +0000 (-0700) Subject: ipmi: use a tasklet for handling received messages X-Git-Tag: v3.4-rc1~53^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7adf579c8babf62026e6aab1dee85e6b104d9936;p=pandora-kernel.git ipmi: use a tasklet for handling received messages The IPMI driver would release a lock, deliver a message, then relock. This is obviously ugly, and this patch converts the message handler interface to use a tasklet to schedule work. This lets the receive handler be called from an interrupt handler with interrupts enabled. Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed