Re: [PATCH 1/3] PCI: Refactor restore_msi_irqs - code movement

2013-10-17 Thread Jingoo Han
On Wednesday, October 16, 2013 3:32 PM, Zhenzhong Duan wrote: > > Move default_restore_msi_irqs down to reference msi_mask_irq and > msix_mask_irq. > > This patch lays the groundwork for patch titled: > 'PCI: Refactor MSI/MSIX mask restore code to fix interrupt lost issue' > > Tested-by: Suchet

[PATCH 1/3] PCI: Refactor restore_msi_irqs - code movement

2013-10-15 Thread Zhenzhong Duan
Move default_restore_msi_irqs down to reference msi_mask_irq and msix_mask_irq. This patch lays the groundwork for patch titled: 'PCI: Refactor MSI/MSIX mask restore code to fix interrupt lost issue' Tested-by: Sucheta Chakraborty Signed-off-by: Zhenzhong Duan Acked-by: Konrad Rzeszutek Wilk -