cvs commit: src/sys/kern subr_witness.c

Mike Pritchard mpp at FreeBSD.org
Tue Feb 6 05:51:56 UTC 2007


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


More information about the cvs-src mailing list