K 10 svn:author V 5 markj K 8 svn:date V 27 2013-08-24T21:07:04.222676Z K 7 svn:log V 302 Remove the kld lock macros and just use the sx(9) API. Add locking in linker_init_kernel_modules() and linker_preload() in order to remove most of the checks for !cold before asserting that the kld lock is held. These routines are invoked by SYSINIT(9), so there's no harm in them taking the kld lock. END