alc 2005-11-13 06:22:34 UTC FreeBSD src repository
Modified files: (Branch: RELENG_6) sys/vm uma_core.c Log: 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. Revision Changes Path 1.119.2.13 +9 -22 src/sys/vm/uma_core.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"