summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-05-18 23:46:04 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-05-18 23:46:04 +0000
commitbdc9a8d01b53920083757e35645081ced9fa83bb (patch)
tree2c7af51e45ff56dafeb29d351f43fe1e5461a00a
parent6a681d9a3c52bf201567a7e62d7ca39de7a19489 (diff)
Notes
-rw-r--r--sys/kern/subr_blist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c
index 6bb7ae723e42..eeeb7d963c30 100644
--- a/sys/kern/subr_blist.c
+++ b/sys/kern/subr_blist.c
@@ -546,7 +546,9 @@ blst_meta_free(
if (scan->u.bmu_avail == radix)
return;
if (scan->u.bmu_avail > radix)
- panic("blst_meta_free: freeing already free blocks (%d) %d/%d", count, scan->u.bmu_avail, radix);
+ panic("blst_meta_free: freeing already free blocks (%lld) %lld/%lld",
+ (long long)count, (long long)scan->u.bmu_avail,
+ (long long)radix);
/*
* Break the free down into its components