]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a parser for the ACPI SRAT table for amd64 and i386. It sets
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 27 Jul 2010 20:40:46 +0000 (20:40 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 27 Jul 2010 20:40:46 +0000 (20:40 +0000)
commitdd540b46236bd6f391f581b84d2e9d9222652d5d
treed1106b2fe2a77937ed05f47df199d95ea4889f0c
parentd8561f0a503990b02c68e2814c0c81fa47a531b6
Add a parser for the ACPI SRAT table for amd64 and i386.  It sets
PCPU(domain) for each CPU and populates a mem_affinity array suitable
for the NUMA support in the physical memory allocator.

Reviewed by: alc
sys/conf/files.amd64
sys/conf/files.i386
sys/x86/acpica/srat.c [new file with mode: 0644]