From: Corey Minyard Date: Tue, 8 May 2007 07:23:54 +0000 (-0700) Subject: ipmi: allow shared interrupts X-Git-Tag: v2.6.22-rc1~797 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee6cd5f8f573ad11f270a07fb201822c2862474d;p=pandora-kernel.git ipmi: allow shared interrupts The IPMI driver used enable_irq and disable_irq when it got into situations where it couldn't allocate memory; it did this to avoid having the interrupt just lock the machine when it couldn't get memory to perform the transaction to disable the interrupt. This patch modifies the driver to not use disable_irq and enable_irq. It instead sends the messages to the BMC to perform this operation. It also makes sure interrupts are cleanly disabled when the interface is shut down and cleans up some shutdown things that are no longer necessary. Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed