Subject: Re: CVS commit: src/sys
To: Tom Spindler <dogcow@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/07/2007 15:38:42
On Wed, Nov 07, 2007 at 12:54:13PM +0000, Tom Spindler wrote:

> > Date:		Wed Nov  7 00:23:46 UTC 2007
> > 
> > Modified Files:
> [...]
> > 	src/sys/dev/dmover: dmover_request.c
> [...]
> > 
> > Log Message:
> > Merge from vmlocking:
> 
> Looks like the merge was incomplete; dmover_request_alloc has an s=splbio();
> dance with simple_lock, with the pool_cache_get splbio stuff only occuring
> later. compilation now fails with
> 
> /home/dogcow/work/nbsrc/sys/dev/dmover/dmover_request.c: In function 'dmover_request_alloc':
> /home/dogcow/work/nbsrc/sys/dev/dmover/dmover_request.c:89: error: 's' undeclared (first use in this function)

I thought that wasn enabled in i386 ALL.. Should be fixed.

Thanks,
Andrew