diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-03-16 08:51:55 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-03-16 08:51:55 +0000 |
| commit | db5f635acceea969d6eeb98baa73db68b5c48c26 (patch) | |
| tree | 5559c6013abe0f71ee1d2484d7174973977e14ec /sys/kern/subr_blist.c | |
| parent | 5aa2254043121a8ee1364c4749f40cecc5e35380 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_blist.c')
| -rw-r--r-- | sys/kern/subr_blist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c index cad453f586a4..d706524b25d4 100644 --- a/sys/kern/subr_blist.c +++ b/sys/kern/subr_blist.c @@ -545,10 +545,8 @@ blst_meta_free( if (scan->u.bmu_avail == radix) return; -#if !defined(MAX_PERF) if (scan->u.bmu_avail > radix) panic("blst_meta_free: freeing already free blocks (%d) %d/%d", count, scan->u.bmu_avail, radix); -#endif /* * Break the free down into its components |
