Backout previous change, I think Julian has a better solution which
does not require type-stable refcnts here.
This commit is contained in:
parent
1236d175c6
commit
ea4a8a094f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user