From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: dom0 boot failure with 256G Date: Thu, 05 Jun 2008 14:31:29 +0100 Message-ID: <4847EAB1.2080007@goop.org> References: <4847E20A.1080907@goop.org> <484802F4.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <484802F4.76E4.0078.0@novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jan Beulich Cc: "Kurt C. Hackel" , Ian Pratt , xen-devel , mukesh.rathor@oracle.com, Keir Fraser List-Id: xen-devel@lists.xenproject.org Jan Beulich wrote: >> A paravirtualised kernel needs to have its PAGE_MASK widened. This is a bug >> we've bumped into once or twice. >> > > Even a native kernel ought to honor the physical address width the > processor supports rather than arbitrarily masking off bits just because > original PAE only supported 36 bits. Current 2.6 is too strict about this. I'll queue up a patch to fix it. J