mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Revert uma zone alignemnt cache unadvertenly committed in r364950.
This commit is contained in:
parent
f6c941f347
commit
b8d2d479cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364954
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user