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

does not require type-stable refcnts here.
This commit is contained in:
bmilekic 2004-06-09 20:50:08 +00:00
parent 1236d175c6
commit ea4a8a094f

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,