From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756725AbXF0Ntl (ORCPT ); Wed, 27 Jun 2007 09:49:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751357AbXF0Ntc (ORCPT ); Wed, 27 Jun 2007 09:49:32 -0400 Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:57324 "EHLO the-village.bc.nu" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751151AbXF0Ntc (ORCPT ); Wed, 27 Jun 2007 09:49:32 -0400 Date: Wed, 27 Jun 2007 14:55:00 +0100 From: Alan Cox To: Matthew Wilcox Cc: Matt Domsch , Randy Dunlap , lkml , gregkh@suse.de, linux-pci@atrey.karlin.mff.cuni.cz Subject: Re: pci.h stubs (was: EDD build error) Message-ID: <20070627145500.2e66fd49@the-village.bc.nu> In-Reply-To: <20070627113048.GU22063@parisc-linux.org> References: <20070626132622.3226261a.randy.dunlap@oracle.com> <20070627024505.GA30197@humbolt.us.dell.com> <20070627113048.GU22063@parisc-linux.org> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.8; i386-redhat-linux-gnu) Organization: Red Hat UK Cyf., Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, Y Deyrnas Gyfunol. Cofrestrwyd yng Nghymru a Lloegr o'r rhif cofrestru 3798903 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 27 Jun 2007 05:30:48 -0600 Matthew Wilcox wrote: > On Tue, Jun 26, 2007 at 09:45:05PM -0500, Matt Domsch wrote: > > On Tue, Jun 26, 2007 at 01:26:22PM -0700, Randy Dunlap wrote: > > > ERROR: "pci_get_bus_and_slot" [drivers/firmware/edd.ko] undefined! > > > > It should be stubbed, in include/linux/pci.h where all the other PCI > > functions are stubbed for the !CONFIG_PCI case. > > pci_get_bus_and_slot() shouldn't be used because it fails to work on > systems with multiple domains. pci_get_slot() avoids this problem (and > is much faster too). But requires you have a bus pointer to hand which is often not the case. Do we need pci_get_domain_bus_and_slot() ? Alan