Revert uma zone alignemnt cache unadvertenly committed in r364950.
This commit is contained in:
parent
f6c941f347
commit
b8d2d479cd
@ -101,7 +101,7 @@ vnet_rtzone_init()
|
|||||||
{
|
{
|
||||||
|
|
||||||
V_rtzone = uma_zcreate("rtentry", sizeof(struct rtentry),
|
V_rtzone = uma_zcreate("rtentry", sizeof(struct rtentry),
|
||||||
NULL, NULL, NULL, NULL, UMA_ALIGN_CACHE, 0);
|
NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef VIMAGE
|
#ifdef VIMAGE
|
||||||
|
Loading…
Reference in New Issue
Block a user