Remove an apparently incorrect assertion.

Without this change mips64 fails to boot.

Discussed with:	markj
Sponsored by:	DARPA
This commit is contained in:
brooks 2020-03-06 23:31:09 +00:00
parent dac68d7726
commit 137e6ff286

View File

@ -716,9 +716,6 @@ zone_put_bucket(uma_zone_t zone, int domain, uma_bucket_t bucket, void *udata,
goto out;
zdom = zone_domain_lock(zone, domain);
KASSERT(!ws || zdom->uzd_nitems < zone->uz_bucket_max,
("%s: zone %p overflow", __func__, zone));
/*
* Conditionally set the maximum number of items.
*/