From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave McCracken Subject: Re: [PATCH xen-unstable] Remove PSE flag from guest CR4 Date: Mon, 14 Sep 2009 14:47:44 -0500 Message-ID: <200909141447.44271.dcm@mccr.org> References: <200909141253.38621.dcm@mccr.org> <4AAE947A.8010009@goop.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4AAE947A.8010009@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: Xen Developers List , Keir Fraser List-Id: xen-devel@lists.xenproject.org On Monday 14 September 2009, Jeremy Fitzhardinge wrote: > On 09/14/09 10:53, Dave McCracken wrote: > > Linux assumes it will just work. > > > > Since hugepages in Linux are an optional feature the kernel will boot > > even on a machine that doesn't support PSE. Applications that use > > hugepages will get a nasty error. > > That sounds like a Linux bug; at the very least, it sounds very fragile > to rely on this behaviour. Perhaps, but hugepages has always worked like that. I think the reality is that any machine small enough/old enough to not support PSE is way too small for hugepages to be useful on it, so no one tries to run it on those machines. Dave McCracken