cvs commit: src/sys/i386/i386 vm_machdep.c

Peter Wemm peter at FreeBSD.org
Sun Mar 7 16:27:34 PST 2004


peter       2004/03/07 16:27:33 PST

  FreeBSD src repository

  Modified files:
    sys/i386/i386        vm_machdep.c 
  Log:
  Other parts of the tree do not protect calls to kmem_free() with Giant,
  so remove it from here.  The most notable examples include vm_mmap().
  This removes one more Giant event from exit(2).
  
  Revision  Changes    Path
  1.226     +0 -2      src/sys/i386/i386/vm_machdep.c


More information about the cvs-src mailing list