From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Tracebacks from dom0 pvops changeset 2342 Date: Mon, 09 Feb 2009 14:49:36 -0800 Message-ID: <4990B300.9060302@goop.org> References: <498F896A.5070505@goop.org> <499074EF.7010401@goop.org> <499085DF.4070509@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: M A Young Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org M A Young wrote: > I tried again with the genuine changeset 2342 (2350 won't build for > me, I get the error > arch/x86/kernel/early_printk.c: In function 'early_dbgp_init': > arch/x86/kernel/early_printk.c:827: error: 'PAGE_KERNEL_NOCACHE' > undeclared (first use in this function) > arch/x86/kernel/early_printk.c:827: error: (Each undeclared identifier > is reported only once > arch/x86/kernel/early_printk.c:827: error: for each function it > appears in.) > ) and the resulting dmesg is essentially the same, but without the pte > related tracebacks, so the first two are still there. Erm, yes. The x86-unify-* block of patches is a bit problematic; I probably should have left them commented out. If you remove/comment out them all, then it should build OK. BTW, I'm in the middle of migrating this patch queue into git, which will then be the official home for all Xen/pvops work. It should be ready in the next day or so. J