Re: svn commit: r356393 - head/sys/vm

2020-01-06 Thread Gleb Smirnoff
Jeff, On Mon, Jan 06, 2020 at 02:51:19AM +, Jeff Roberson wrote: J> Modified: head/sys/vm/vm_page.c J> == J> --- head/sys/vm/vm_page.cMon Jan 6 01:51:23 2020(r356392) J> +++ head/sys/vm/vm_page.cMon

svn commit: r356393 - head/sys/vm

2020-01-05 Thread Jeff Roberson
Author: jeff Date: Mon Jan 6 02:51:19 2020 New Revision: 356393 URL: https://svnweb.freebsd.org/changeset/base/356393 Log: Fix uma boot pages calculations on NUMA machines that also don't have MD_UMA_SMALL_ALLOC. This is unusual but not impossible. Fix the alignemnt of zones while here.