From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263965AbTLOUDn (ORCPT ); Mon, 15 Dec 2003 15:03:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263969AbTLOUDn (ORCPT ); Mon, 15 Dec 2003 15:03:43 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:22211 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S263965AbTLOUDm (ORCPT ); Mon, 15 Dec 2003 15:03:42 -0500 Message-ID: <3FDE1391.7030306@pobox.com> Date: Mon, 15 Dec 2003 15:03:29 -0500 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linus Torvalds CC: Vladimir Kondratiev , linux-kernel@vger.kernel.org, Alan Cox , Marcelo Tosatti Subject: Re: PCI Express support for 2.4 kernel References: <3FDC9DC5.2070302@intel.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds wrote: > You _really_ need to allocate a FIXMAP entry (just one), and then use > > set_fixmap_nocache(FIX_PCIEXPRESS, phys); neat. dumb question though... how portable is set_fixmap_nocache()? I only see it on four architectures, and I'm sure PCI Express will appear on more than that eventually. Jeff