svn commit: r334616 - head/sys/dev/acpica

John Baldwin jhb at FreeBSD.org
Thu Jun 7 13:54:04 UTC 2018


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


More information about the svn-src-head mailing list