From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758257AbYCUR45 (ORCPT ); Fri, 21 Mar 2008 13:56:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756919AbYCUR4s (ORCPT ); Fri, 21 Mar 2008 13:56:48 -0400 Received: from one.firstfloor.org ([213.235.205.2]:34826 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754034AbYCUR4r (ORCPT ); Fri, 21 Mar 2008 13:56:47 -0400 Date: Fri, 21 Mar 2008 18:59:36 +0100 From: Andi Kleen To: Thomas Gleixner Cc: Andi Kleen , andreas.herrmann3@amd.com, mingo@elte.hu, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [4/7] Don't use large pages to map the first 2/4MB of memory Message-ID: <20080321175936.GJ2346@one.firstfloor.org> References: <20080312353.598285931@firstfloor.org> <20080312025330.AC1961B41D1@basil.firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Also we split the first GB mapping anyway due to the various regions > (NX, RO, UC) in there. I didn't think so unless you have DEBUG_RODATA enabled? Also there should be no UC region there as known by the kernel. There might be a WC region there from the frame buffer code, but that is an MTRR, not a pageattr. -Andi