Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 9 Jan 2003 14:45:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 9 Jan 2003 14:45:08 -0500 Received: from palrel13.hp.com ([156.153.255.238]:35806 "HELO palrel13.hp.com") by vger.kernel.org with SMTP id ; Thu, 9 Jan 2003 14:45:07 -0500 Date: Thu, 9 Jan 2003 11:52:31 -0800 To: Ivan Kokshaysky Cc: Linus Torvalds , Alan Cox , Paul Mackerras , Benjamin Herrenschmidt , "Eric W. Biederman" , davidm@hpl.hp.com, Linux Kernel Mailing List , greg@kroah.com Subject: Re: [patch 2.5] 2-pass PCI probing, generic part Message-ID: <20030109195231.GB16698@cup.hp.com> References: <1041942820.20658.2.camel@irongate.swansea.linux.org.uk> <20030109204626.A2007@jurassic.park.msu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030109204626.A2007@jurassic.park.msu.ru> User-Agent: Mutt/1.4i From: grundler@cup.hp.com (Grant Grundler) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1524 Lines: 35 On Thu, Jan 09, 2003 at 08:46:26PM +0300, Ivan Kokshaysky wrote: > As discussed, this patch splits PCI probing into 2 phases. Like david, both parts of the patch look good but i haven't tested on either parisc or ia64. I don't have time right now to work on 2.5.x issues :^( I looked at 2.5.54 to check if everything was ok and found another nit: grundler <510>fgrep pci_scan_bus *.[ch] probe.c:struct pci_bus * __devinit pci_scan_bus_parented(struct device *parent, int bus, struct pci_ops *ops, void *sysdata) probe.c:EXPORT_SYMBOL(pci_scan_bus); and : grundler <514>fgrep pci_scan_bus include/linux/*h include/linux/pci.h:struct pci_bus *pci_scan_bus_parented(struct device *parent, int bus, struct pci_ops *ops, void *sysdata); include/linux/pci.h:static inline struct pci_bus *pci_scan_bus(int bus, struct pci_ops *ops, void *sysdata) include/linux/pci.h: return pci_scan_bus_parented(NULL, bus, ops, sysdata); Can the EXPORT_SYMBOL(pci_scan_bus) be removed now? BTW, thanks to whoever introduced pci_scan_bus_parented(). It's exactly what parisc code needed (lba_pci.c and dino.c use it). I think just go ahead with your patches and we'll fix up the arch specific stuff to follow. I'm convinced it's the right direction. thanks, grant - 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/