cvs commit: src/sys/ia64/ia64 pmap.c

Marcel Moolenaar marcel at FreeBSD.org
Thu May 22 06:27:47 UTC 2008


marcel      2008-05-22 06:27:47 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        pmap.c 
  Log:
  Create the bucket mutexes with MTX_NOWITNESS. There's now a
  hard limit of 512 pending mutexes in the witness code and
  we can easily have 1 million bucket mutexes initialized before
  witness is up and running. Bumping the limit from 512 to 1M
  is not really an option here...
  
  Revision  Changes    Path
  1.202     +1 -1      src/sys/ia64/ia64/pmap.c


More information about the cvs-src mailing list