From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: main.c:674: undefined reference to `xen_init_mtrr' Date: Thu, 06 Aug 2009 17:49:27 -0700 Message-ID: <4A7B7A17.6060806@goop.org> References: <4A7B73BB.90405@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Nathan Stratton Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 08/06/09 17:47, Nathan Stratton wrote: > Actually, CONFIG_XEN_DOM0 was enabled, I ended up having to disable > CONFIG_MTRR to get it to compile. Not sure what damage that does, but > so far things look good. Hm, OK. I wouldn't have thought it would be compiling that without CONFIG_MTRR. Anyway, that's useful to have in general; it may get you a performance kick. >> However, rebase/master is *very* bleeding edge at the moment, so I don't >> think it will help solve your problem. > > I know, grasping at straws, trying to fix that kernel_panic and I also > need a newer xen kernel then 2.6.18 that also has Infiniband. Try xen-tip/master. J