Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936563AbWLBSzQ (ORCPT ); Sat, 2 Dec 2006 13:55:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S936565AbWLBSzQ (ORCPT ); Sat, 2 Dec 2006 13:55:16 -0500 Received: from mailer-b2.gwdg.de ([134.76.10.29]:34282 "EHLO mailer-b2.gwdg.de") by vger.kernel.org with ESMTP id S936563AbWLBSzO (ORCPT ); Sat, 2 Dec 2006 13:55:14 -0500 Date: Sat, 2 Dec 2006 19:53:38 +0100 (MET) From: Jan Engelhardt To: Pavel Machek cc: Shaohua Li , lkml , Andrew Morton Subject: Re: [patch]VMSPLIT_2G conflicts with PAE In-Reply-To: <20061202130544.GC4773@ucw.cz> Message-ID: References: <1164944925.1918.5.camel@sli10-conroe.sh.intel.com> <20061202130544.GC4773@ucw.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 999 Lines: 26 >> PAGE_OFFSET is 0x78000000 with VMSPLIT_2G, this address is in the middle >> of the second pgd entry with pae enabled. This breaks assumptions >> (address is aligned to pgd entry's address) in a lot of places like >> pagetable_init. Fixing the assumptions is hard (eg, low mapping). SO I >> just changed the address to 0x80000000. > >Do we allow user entering arbitrary value here? In any case, it would >be nice to document alignment requirements of this one, because >otherwise someone *will* get it wrong. There was a reason 0x78000000 was chosen http://marc.theaimsgroup.com/?l=linux-kernel&m=113690073801820&w=2 Though further back in http://marc.theaimsgroup.com/?l=linux-kernel&m=113689790817521&w=2 0x80000000 was indeed posted. -`J' -- - 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/