(essential part of rev 1.54 in FreeBSD)
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sat, 5 May 2007 16:13:53 +0000 (16:13 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sat, 5 May 2007 16:13:53 +0000 (16:13 +0000)
commit446d071031f9197e49dc9abfebab64abd61655b3
tree05727adf2588284c9a474116ac7fb003d9720c52
parenta706b3b1e6913c93163c4e7650a27ba2807808d2
(essential part of rev 1.54 in FreeBSD)
Pull out the module path from the loader.  When you boot a kernel
installed in a different place (say /test and /test/modules) using
module_path, you'd want your kern.module_path set to the same paths
or else you can end up loading out-of-sync modules.
sys/kern/kern_linker.c