Backout previous change, I think Julian has a better solution which

does not require type-stable refcnts here.
This commit is contained in:
Bosko Milekic 2004-06-09 20:50:08 +00:00
parent 4abf92e4b8
commit 7fd8788213

View File

@ -1474,7 +1474,7 @@ uma_startup(void *bootmem)
slabsize,
NULL, NULL, NULL, NULL,
UMA_ALIGN_PTR,
UMA_ZFLAG_INTERNAL|UMA_ZONE_NOFREE);
UMA_ZFLAG_INTERNAL);
hashzone = uma_zcreate("UMA Hash",
sizeof(struct slabhead *) * UMA_HASH_SIZE_INIT,