Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Feb 2007 02:19:03 -0600
From:      Alan Cox <alc@cs.rice.edu>
To:        Mike Pritchard <mpp@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern subr_witness.c
Message-ID:  <45C839F7.60908@cs.rice.edu>
In-Reply-To: <200702060551.l165ptc4064006@repoman.freebsd.org>
References:  <200702060551.l165ptc4064006@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Pritchard wrote:

>mpp         2007-02-06 05:51:55 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/kern             subr_witness.c 
>  Log:
>  The change to the vm_page_queue_freelist lock from a spin lock to a
>  sleep lock missed the witness code, and the system will panic
>  immediately on boot if WITNESS is enabled.
>  
>  Changed the witness definition to the new type.
>  
>  Revision  Changes    Path
>  1.223     +1 -1      src/sys/kern/subr_witness.c
>  
>

Thanks.  I suspect that I missed this because my kernel configuration 
that includes WITNESS also has WITNESS_SKIPSPIN.

Alan




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45C839F7.60908>