kernel - remove debugging print_backtrace() when a vkernel is killed
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 28 Jul 2011 23:20:33 +0000 (16:20 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 28 Jul 2011 23:20:33 +0000 (16:20 -0700)
commit5fb4f156a8c394bdd558af7d5ffc80df76a43200
tree7f020bd69754ae38551bba3529041889f091c9c5
parent8f8555f868039017a03d93c325865170ce0fe71c
kernel - remove debugging print_backtrace() when a vkernel is killed

* In certain cases a debugging print_backtrace() occurs when a vkernel is
  killed while one or more of its cpu threads is active.  This can crash
  64-bit systems.

* Remove the call for now.
sys/vm/vm_vmspace.c