From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937972AbWLGPTn (ORCPT ); Thu, 7 Dec 2006 10:19:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S937975AbWLGPTn (ORCPT ); Thu, 7 Dec 2006 10:19:43 -0500 Received: from dspnet.fr.eu.org ([213.186.44.138]:3172 "EHLO dspnet.fr.eu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937972AbWLGPTn (ORCPT ); Thu, 7 Dec 2006 10:19:43 -0500 Date: Thu, 7 Dec 2006 16:19:41 +0100 From: Olivier Galibert To: Muli Ben-Yehuda Cc: Andi Kleen , linux-pci@atrey.karlin.mff.cuni.cz, "Hack inc." , Linus Torvalds Subject: Re: [PATCH 1/5] PCI MMConfig: Share what's shareable. Message-ID: <20061207151941.GA45592@dspnet.fr.eu.org> Mail-Followup-To: Olivier Galibert , Muli Ben-Yehuda , Andi Kleen , linux-pci@atrey.karlin.mff.cuni.cz, "Hack inc." , Linus Torvalds References: <20061207144952.GA45089@dspnet.fr.eu.org> <20061207150023.GH28515@rhun.haifa.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061207150023.GH28515@rhun.haifa.ibm.com> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 07, 2006 at 05:00:23PM +0200, Muli Ben-Yehuda wrote: > On Thu, Dec 07, 2006 at 03:49:53PM +0100, Olivier Galibert wrote: > > > +void __init pci_mmcfg_init(int type) > > +{ > > + extern int pci_mmcfg_arch_init(void); > > Please put this in a suitable header file. Sure, which ? OG.