From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH 2.6.13-rc6] PCI/libata INTx cleanup Date: Fri, 12 Aug 2005 20:29:19 -0400 Message-ID: <42FD3EDF.7050809@pobox.com> References: <20050803204709.8BA0720B06@lns1058.lss.emc.com> <42FBA08C.5040103@pobox.com> <20050812171043.CF61020E8B@lns1058.lss.emc.com> <20050812182253.GA7842@suse.de> <42FD14E9.8060502@pobox.com> <20050812224303.F40A820E94@lns1058.lss.emc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail.dvmed.net ([216.237.124.58]:45485 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1750744AbVHMA3Z (ORCPT ); Fri, 12 Aug 2005 20:29:25 -0400 In-Reply-To: <20050812224303.F40A820E94@lns1058.lss.emc.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Brett Russ Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, Greg KH Brett Russ wrote: > Simple cleanup to eliminate X copies of the pci_enable_intx() function > in libata. Moved ahci.c's pci_intx() to pci.c and use it throughout > libata and msi.c. > > Signed-off-by: Brett Russ Looks good to me. Greg, do you want to queue this (since it touches PCI), or should I (since it touches SATA drivers)? Jeff