Date: Sun, 7 Mar 2004 16:27:33 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm_machdep.c Message-ID: <200403080027.i280RXIC041557@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403080027.i280RXIC041557>