Subject: Re: Dom0 build broken
To: Christoph Egger <Christoph_Egger@gmx.de>
From: Andrew Doran <ad@netbsd.org>
List: port-xen
Date: 08/31/2007 16:34:08
Hi Christoph,

On Fri, Aug 31, 2007 at 11:19:26AM +0200, Christoph Egger wrote:

> Your last vmlocking merge in -current broke Xen Dom0 build:
> Xen DomU still builds.
> 
> 
> cc1: warnings being treated as errors
> ../../../../arch/x86/x86/bus_dma.c: In function '_bus_dmamem_map':
> ../../../../arch/x86/x86/bus_dma.c:1053: warning: implicit declaration of 
> function 'x86_atomic_setbits_l'
> ../../../../arch/x86/x86/bus_dma.c: In function '_bus_dmamem_unmap':
> ../../../../arch/x86/x86/bus_dma.c:1098: warning: implicit declaration of 
> function 'x86_atomic_clearbits_l'
> *** [bus_dma.o] Error code 1
> 1 error

Odd. Do you have local modifications, and is your tree up to date? It builds
for me and my source tree has no diffs.

Andrew