Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933025AbbESNyx (ORCPT ); Tue, 19 May 2015 09:54:53 -0400 Received: from terminus.zytor.com ([198.137.202.10]:37337 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932994AbbESNyt (ORCPT ); Tue, 19 May 2015 09:54:49 -0400 Date: Tue, 19 May 2015 06:54:35 -0700 From: tip-bot for Feng Wu Message-ID: Cc: hpa@zytor.com, feng.wu@intel.com, jiang.liu@linux.intel.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@kernel.org Reply-To: tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@kernel.org, hpa@zytor.com, feng.wu@intel.com, jiang.liu@linux.intel.com In-Reply-To: <1432026437-16560-3-git-send-email-feng.wu@intel.com> References: <1432026437-16560-3-git-send-email-feng.wu@intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/apic] x86/irq/msi: Implement irq_set_vcpu_affinity for remapped MSI irqs Git-Commit-ID: a2f1c8bdc02bfcaa5a658283b883fdb54e328b36 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1439 Lines: 36 Commit-ID: a2f1c8bdc02bfcaa5a658283b883fdb54e328b36 Gitweb: http://git.kernel.org/tip/a2f1c8bdc02bfcaa5a658283b883fdb54e328b36 Author: Feng Wu AuthorDate: Tue, 19 May 2015 17:07:15 +0800 Committer: Thomas Gleixner CommitDate: Tue, 19 May 2015 15:51:17 +0200 x86/irq/msi: Implement irq_set_vcpu_affinity for remapped MSI irqs Implement irq_set_vcpu_affinity for pci_msi_ir_controller. Signed-off-by: Feng Wu Reviewed-by: Jiang Liu Link: http://lkml.kernel.org/r/1432026437-16560-3-git-send-email-feng.wu@intel.com Signed-off-by: Thomas Gleixner --- arch/x86/kernel/apic/msi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kernel/apic/msi.c b/arch/x86/kernel/apic/msi.c index ef516af..1a9d735 100644 --- a/arch/x86/kernel/apic/msi.c +++ b/arch/x86/kernel/apic/msi.c @@ -152,6 +152,7 @@ static struct irq_chip pci_msi_ir_controller = { .irq_mask = pci_msi_mask_irq, .irq_ack = irq_chip_ack_parent, .irq_retrigger = irq_chip_retrigger_hierarchy, + .irq_set_vcpu_affinity = irq_chip_set_vcpu_affinity_parent, .flags = IRQCHIP_SKIP_SET_WAKE, }; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/