Remove an apparently incorrect assertion.

Without this change mips64 fails to boot.

Discussed with:	markj
Sponsored by:	DARPA
This commit is contained in:
Brooks Davis 2020-03-06 23:31:09 +00:00
parent 11236821c6
commit 3823a5990a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358726

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.
*/