Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756321AbZA0S5k (ORCPT ); Tue, 27 Jan 2009 13:57:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754237AbZA0S5c (ORCPT ); Tue, 27 Jan 2009 13:57:32 -0500 Received: from outbound-mail-320.bluehost.com ([67.222.54.252]:36652 "HELO outbound-mail-320.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753844AbZA0S5b (ORCPT ); Tue, 27 Jan 2009 13:57:31 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=virtuousgeek.org; h=Received:From:To:Subject:Date:User-Agent:Cc:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id:X-Identified-User; b=I4/EGOcDw+7ZvBkmMIrM2UGL855T5OTSBpYu31rjggf6cm1HdUkD/H6AoL2YjdmDxMu5nOM4ZFJmlqJvgwZS0hUn2WetCWYPy76F5zQUmnqfA6i94atx4N5GeU9IegSJ; From: Jesse Barnes To: "Rafael J. Wysocki" Subject: Re: [PATCH 1/2] PCI/MSI: Introduce pci_msix_table_size() Date: Tue, 27 Jan 2009 10:57:29 -0800 User-Agent: KMail/1.9.10 Cc: LKML , Linux PCI , Matthew Wilcox , Kenji Kaneshige References: <200901240019.36794.rjw@sisk.pl> <200901240021.14940.rjw@sisk.pl> In-Reply-To: <200901240021.14940.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901271057.29348.jbarnes@virtuousgeek.org> X-Identified-User: {642:box128.bluehost.com:virtuous:virtuousgeek.org} {sentby:smtp auth 75.111.27.49 authed with jbarnes@virtuousgeek.org} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 879 Lines: 23 On Friday, January 23, 2009 3:21 pm Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Introduce new function pci_msix_table_size() returning the size of > the MSI-X table of given PCI device or 0 if the device doesn't > support MSI-X. > > Signed-off-by: Rafael J. Wysocki > Reviewed-by: Hidetoshi Seto > --- > drivers/pci/msi.c | 24 +++++++++++++++++++----- > include/linux/pci.h | 5 +++++ > 2 files changed, 24 insertions(+), 5 deletions(-) Ok, applied these two to my linux-next branch. Thanks guys. -- Jesse Barnes, Intel Open Source Technology Center -- 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/