Date: Fri, 9 Sep 2005 06:03:09 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c Message-ID: <200509090603.j89639nC008308@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2005-09-09 06:03:09 UTC
FreeBSD src repository
Modified files:
sys/vm uma_core.c
Log:
Introduce a new lock for the purpose of synchronizing access to the
UMA boot pages.
Disable recursion on the general UMA lock now that startup_alloc() no
longer uses it.
Eliminate the variable uma_boot_free. It serves no purpose.
Note: This change eliminates a lock-order reversal between a system
map mutex and the UMA lock. See
http://sources.zabbadoz.net/freebsd/lor.html#109 for details.
MFC after: 3 days
Revision Changes Path
1.130 +9 -22 src/sys/vm/uma_core.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509090603.j89639nC008308>
