kernel - Fix recursive module loading (from MPSAFE changes)
commit474913156502fb95641b96743bedb28e6a9e153e
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 10 Jan 2017 21:49:00 +0000 (10 13:49 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 10 Jan 2017 22:02:13 +0000 (10 14:02 -0800)
tree09b5fb3f2fcadc403c1e420e7314b51b5c8b9b79
parent3095bcbd3d530e5123a6bf051553f38fc3a388bf
kernel - Fix recursive module loading (from MPSAFE changes)

* Fix recursive module loading which I broke in the
  recent MPSAFE work.

* Fix firmware loader callback deadlock.

* Fixes radeon drm lockup on startx

Reported-by: mneumann
sys/kern/kern_linker.c