Avoid panic by not using linker_* API in the early stage of
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sun, 4 Sep 2005 06:58:24 +0000 (06:58 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sun, 4 Sep 2005 06:58:24 +0000 (06:58 +0000)
commit191cd68ca56e94d2ab288fe689824fca21d742c9
tree70f7bcc9291393d295face75c4bfdcb10bce5309
parent5d52423d74994d4f32a58d73fed1dcd9d63ea706
Avoid panic by not using linker_* API in the early stage of
boot process, during which namei_zone is not initialized yet
but linker_* API relies on it indirectly by calling nlookup_init().
sys/netgraph/netgraph/ng_base.c