353afc482a5ced7d563d2b7a526b7f7 parent 10156ceac26b8adfd5d739a3931c8aa9d0d69d53 author Mike Mason 1234264341 +0000 committer Benjamin Herrenschmidt 1234328408 +1100 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 ÓM1