K 10 svn:author V 3 alc K 8 svn:date V 27 2013-05-31T16:00:42.297481Z K 7 svn:log V 247 Simplify the definition of vm_page_lock_assert(). There is no compelling reason to inline the implementation of vm_page_lock_assert() in the !KLD_MODULES case. Use the same implementation for both KLD_MODULES and !KLD_MODULES. Reviewed by: kib END