Date: Mon, 3 May 2010 07:08:16 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_contig.c vm_kern.c Message-ID: <201005030708.o4378TM7061549@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2010-05-03 07:08:16 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c vm_kern.c Log: SVN rev 207552 on 2010-05-03 07:08:16Z by alc The pages allocated by kmem_alloc_attr() and kmem_malloc() are unmanaged. Consequently, neither the page lock nor the page queues lock is needed to unwire and free them. Revision Changes Path 1.78 +0 -4 src/sys/vm/vm_contig.c 1.144 +0 -4 src/sys/vm/vm_kern.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005030708.o4378TM7061549>