From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 5/7] x86/pci: add 4 more return param in IO_APIC_get_PCI_irq_vector Date: Thu, 7 May 2009 16:10:58 +0200 Message-ID: <20090507141058.GH481@elte.hu> References: <4A01C35C.7060207@kernel.org> <4A01C406.2040303@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:57104 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752766AbZEGOMC (ORCPT ); Thu, 7 May 2009 10:12:02 -0400 Content-Disposition: inline In-Reply-To: <4A01C406.2040303@kernel.org> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Yinghai Lu Cc: Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , Jesse Barnes , Len Brown , "linux-kernel@vger.kernel.org" , linux-pci@vger.kernel.org, ACPI Devel Maling List * Yinghai Lu wrote: > so prepare those params for pcibios_irq_enable to call setup_io_apic_routing > > Signed-off-by: Yinghai Lu > > --- > arch/x86/include/asm/hw_irq.h | 4 + > arch/x86/kernel/apic/io_apic.c | 107 ++++++++++++++++++++------------------ > arch/x86/pci/irq.c | 24 +++++++- > drivers/pci/hotplug/ibmphp_core.c | 52 +++++++++--------- > 4 files changed, 110 insertions(+), 77 deletions(-) Hm, didnt Jesse ack this already? If yes then it would be nice to have that Acked-by tag line in the changelog. Ingo