cvs commit: src/sys/kern subr_witness.c

John Baldwin jhb at FreeBSD.org
Tue Dec 28 13:21:28 PST 2004


jhb         2004-12-28 21:21:27 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_witness.c 
  Log:
  - Up the WITNESS_COUNT macro from 200 to 1024 to support the growing number
    of lock types in the kernel.  This results in an increase of witness
    data usage from ~145k to ~280k on i386 for kernels with
    'options WITNESS'.
  - Remove the unused witness malloc bucket.
  
  Submitted by:   Michal Mertl mime at traveller dot cz (1)
  
  Revision  Changes    Path
  1.186     +1 -2      src/sys/kern/subr_witness.c


More information about the cvs-src mailing list