]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The change to the vm_page_queue_freelist lock from a spin lock to a
authormpp <mpp@FreeBSD.org>
Tue, 6 Feb 2007 05:51:55 +0000 (05:51 +0000)
committermpp <mpp@FreeBSD.org>
Tue, 6 Feb 2007 05:51:55 +0000 (05:51 +0000)
commitf0103758789a9e6d2e248c25c0e0f25b674f4ce1
tree3d83b9d3ed983f9c0016c4426e371d652c93a9d8
parent5efe7e2fa57ce73e354ebd329772954ef4046ae4
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.
sys/kern/subr_witness.c