diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2001-08-05 03:55:02 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2001-08-05 03:55:02 +0000 |
| commit | 59fa485c3ee3dea959f90b75418fb6dadb7cf3e2 (patch) | |
| tree | 01868b0aa72af0a4e6c47462b57b541bdccb5dfa /sys/vm/vm_zone.c | |
| parent | 491842fc97eef1d37e5a3d8744cd70ebcd0d23f0 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_zone.c')
| -rw-r--r-- | sys/vm/vm_zone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_zone.c b/sys/vm/vm_zone.c index 3db61b1e54b4..78c6f715138b 100644 --- a/sys/vm/vm_zone.c +++ b/sys/vm/vm_zone.c @@ -281,7 +281,7 @@ zdestroy(vm_zone_t z) KASSERT(z->ztotal == z->zfreecnt, ("zdestroy() used with an active zone")); KASSERT((z->zflags & ZONE_BOOT) == 0, - ("zdestroy() used with a zbootinit()'ed zone")) + ("zdestroy() used with a zbootinit()'ed zone")); if (z->zflags & ZONE_INTERRUPT) { kmem_free(kernel_map, z->zkva, z->zpagemax * PAGE_SIZE); |
