From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967145AbWKYTeq (ORCPT ); Sat, 25 Nov 2006 14:34:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S967148AbWKYTeq (ORCPT ); Sat, 25 Nov 2006 14:34:46 -0500 Received: from ns1.suse.de ([195.135.220.2]:35723 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S967145AbWKYTep (ORCPT ); Sat, 25 Nov 2006 14:34:45 -0500 From: Andi Kleen To: Olivier Galibert Subject: Re: [PATCH] PCI MMConfig: Detect and support the E7520 and the 945G/GZ/P/PL Date: Sat, 25 Nov 2006 20:34:34 +0100 User-Agent: KMail/1.9.5 Cc: linux-pci@atrey.karlin.mff.cuni.cz, "Hack inc." , Linus Torvalds References: <20061123195137.GA35120@dspnet.fr.eu.org> In-Reply-To: <20061123195137.GA35120@dspnet.fr.eu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611252034.34378.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 23 November 2006 20:51, Olivier Galibert wrote: > The detection and support should eventually be shared with i386 since > you can run a 32bits kernel on a 64bits chip. Exactly. So please define a mmconfig-shared.c first -Andi