summaryrefslogtreecommitdiff
path: root/sys/kern/kern_lock.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-12-01 22:04:16 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-12-01 22:04:16 +0000
commit9ccca7d1b1390a99479d0b6952c4fed6a0888933 (patch)
tree078abf5d6f6ec15b509ed5ddcf1ae98c1893fb79 /sys/kern/kern_lock.c
parent66e7bdd4dcf6adb90bc340aedb7605c4b22c50c5 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_lock.c')
-rw-r--r--sys/kern/kern_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c
index b06e17ea5610..3e1d78fe4887 100644
--- a/sys/kern/kern_lock.c
+++ b/sys/kern/kern_lock.c
@@ -625,7 +625,7 @@ lockmgr_printinfo(lkp)
if (lkp->lk_waitcount > 0)
printf(" with %d pending", lkp->lk_waitcount);
#ifdef DEBUG_LOCKS
- stack_print(&lkp->lk_stack);
+ stack_print_ddb(&lkp->lk_stack);
#endif
}