On 6/4/18 10:56 AM, Mark Johnston wrote:
> Author: markj
> Date: Mon Jun  4 14:56:02 2018
> New Revision: 334616
> URL: https://svnweb.freebsd.org/changeset/base/334616
> 
> Log:
>   Fix the NUMA build for non-x86 platforms.
>   
>   acpi_map_pxm_to_vm_domainid() is currently implemented only on x86.
>   
>   MFC after:  1 week

It seems that non-x86 platforms that support NUMA should implement
this function instead.  The SRAT table is not x86-specific and ACPI
platforms implementing NUMA will need to provide an SRAT parser to
describe the memory layout to VM and to map _PXM values to the
VM domain values assigned by that mapping.

-- 
John Baldwin
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to