Revert uma zone alignemnt cache unadvertenly committed in r364950.

This commit is contained in:
Alexander V. Chernikov 2020-08-29 12:04:13 +00:00
parent f6c941f347
commit b8d2d479cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364954

View File

@ -101,7 +101,7 @@ vnet_rtzone_init()
{
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