K 10 svn:author V 3 alc K 8 svn:date V 27 2005-11-13T06:22:34.000000Z K 7 svn:log V 432 MFC revision 1.130 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. END