Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2004 21:21:27 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_witness.c
Message-ID:  <200412282121.iBSLLRLV053245@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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