From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout3.samsung.com ([203.254.224.33]:64536 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751185Ab3JRFbf (ORCPT ); Fri, 18 Oct 2013 01:31:35 -0400 From: Jingoo Han To: 'Zhenzhong Duan ' , 'Bjorn Helgaas' Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, 'xen-devel' , 'Konrad Rzeszutek Wilk' , 'Feng Jin' , 'Sucheta Chakraborty' , 'Jingoo Han' References: <525E32FC.3010604@oracle.com> In-reply-to: <525E32FC.3010604@oracle.com> Subject: Re: [PATCH 1/3] PCI: Refactor restore_msi_irqs - code movement Date: Fri, 18 Oct 2013 14:31:15 +0900 Message-id: <000001cecbc3$43853e30$ca8fba90$%han@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Sender: linux-pci-owner@vger.kernel.org List-ID: 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: Sucheta Chakraborty > Signed-off-by: Zhenzhong Duan > Acked-by: Konrad Rzeszutek Wilk Reviewed-by: Jingoo Han It looks good. Also, I tested this patch on Exynos5440. Best regards, Jingoo Han