Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2018 09:54:01 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        Mark Johnston <markj@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r334616 - head/sys/dev/acpica
Message-ID:  <9b13b9db-f040-809d-0c24-67dc408380ec@FreeBSD.org>
In-Reply-To: <201806041456.w54Eu3hB062082@repo.freebsd.org>
References:  <201806041456.w54Eu3hB062082@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9b13b9db-f040-809d-0c24-67dc408380ec>