Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755813AbYBKPRU (ORCPT ); Mon, 11 Feb 2008 10:17:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753699AbYBKPRM (ORCPT ); Mon, 11 Feb 2008 10:17:12 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:58707 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753635AbYBKPRL (ORCPT ); Mon, 11 Feb 2008 10:17:11 -0500 Date: Mon, 11 Feb 2008 07:16:27 -0800 From: Arjan van de Ven To: Brice Goglin Cc: Linus Torvalds , Linux Kernel Mailing List Subject: Re: Linux 2.6.25-rc1 Message-ID: <20080211071627.49b781cc@laptopd505.fenrus.org> In-Reply-To: <47AFFB9F.4030902@ens-lyon.org> References: <47AFFB9F.4030902@ens-lyon.org> Organization: Intel X-Mailer: Claws Mail 3.2.0 (GTK+ 2.12.3; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1543 Lines: 37 On Mon, 11 Feb 2008 08:39:11 +0100 Brice Goglin wrote: > Linus Torvalds wrote: > > - Lots of cleanups from the x86 merge (making more and more use of > > common files), but also the big page attribute stuff is in and > > caused a fair amount of churn, and while most of the issues should > > have been very obvious and all got fixed, this is definitely one of > > those things that we want a lot of very wide testing of to make > > sure nothing regressed. > > Now that __ioremap isn't available anymore, is there anything in the > new pageattr stuff to replace a manual __ioremap with __PAGE_PCD or if you want uncached memory, use iorenmap_uncached... > __PAGE_PSE? or do we have to wait for 2.6.26 to bring PAT support? I __PAGE_PSE is the large page bit... that should be managed by the core for sure. (yes I know that the same bit may have different meanings, but it's not __PAGE_PSE then). PAT has a bunch of complications that really need to be resolved in the core (eg how to deal with aliases etc etc) > don't see any new function accepting random page attributes as > __ioremap did. correct -- If you want to reach me at my work email, use arjan@linux.intel.com For development, discussion and tips for power savings, visit http://www.lesswatts.org -- 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/