From: Mike Mason Date: Tue, 10 Feb 2009 11:12:21 +0000 (+0000) Subject: powerpc/eeh: Only disable/enable LSI interrupts in EEH X-Git-Tag: v2.6.30-rc1~619^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8535ef05a6904429ce72671c3035dbf05e6d5edf;p=pandora-kernel.git powerpc/eeh: Only disable/enable LSI interrupts in EEH The EEH code disables and enables interrupts during the device recovery process. This is unnecessary for MSI and MSI-X interrupts because they are effectively disabled by the DMA Stopped state when an EEH error occurs. The current code is also incorrect for MSI-X interrupts. It doesn't take into account that MSI-X interrupts are tracked in a different way than LSI/MSI interrupts. This patch ensures only LSI interrupts are disabled/enabled. Signed-off-by: Mike Mason Acked-by: Linas Vepstas Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed