kernel - Fix panic when unloading a module on x86-64
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 20 Apr 2011 05:57:02 +0000 (22:57 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 20 Apr 2011 05:58:11 +0000 (22:58 -0700)
commit216c02c32c788bc161269759a53ea844a9399020
treeae753251cd4fe21cb2a4d25c8210fb9f0a5905d4
parentcbb4b78d7928e6e421515f7befe17d4903c83562
kernel - Fix panic when unloading a module on x86-64

* Fix a vm_object ref count panic during a module unload,
  including unloads which occur after failed loads.
sys/kern/link_elf_obj.c