Fix a compile error when DDB is not defined. db_print_backtrace() is
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 22 Sep 2006 16:47:09 +0000 (16:47 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 22 Sep 2006 16:47:09 +0000 (16:47 +0000)
commitb526356c1c4d63a6911045c562370eba2779cbaf
tree38edcabe7aab0c3ef1627971ecfe991d18edad46
parentda0d0ad27cfb0683aeaf66c4836a9281f78d76cd
Fix a compile error when DDB is not defined.  db_print_backtrace() is
only available if DDB is defined.

Reported-by: "Rauf Kuliyev" <rauf@kuliyev.com>, Petr Janda <elekktretterr@exemail.com.au>
sys/kern/kern_spinlock.c