summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-07-27 20:40:46 +0000
committerjhb <jhb@FreeBSD.org>2010-07-27 20:40:46 +0000
commit9595a597c5dd6db6781fc73d415709d4ec5a967e (patch)
treed1106b2fe2a77937ed05f47df199d95ea4889f0c /sys/conf/files.amd64
parent67e30607a07f2ac1d74598af807d2fbf1457c2f1 (diff)
downloadFreeBSD-src-9595a597c5dd6db6781fc73d415709d4ec5a967e.zip
FreeBSD-src-9595a597c5dd6db6781fc73d415709d4ec5a967e.tar.gz
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
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 6e8d710..14e08d1 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -302,6 +302,7 @@ contrib/x86emu/x86emu.c optional x86bios | atkbd | dpms | vesa
#
# x86 shared code between IA32, AMD64 and PC98 architectures
#
+x86/acpica/srat.c optional acpi
x86/bios/smbios.c optional smbios
x86/bios/vpd.c optional vpd
x86/cpufreq/powernow.c optional cpufreq
@@ -320,4 +321,3 @@ x86/x86/io_apic.c standard
x86/x86/local_apic.c standard
x86/x86/mca.c standard
x86/x86/msi.c optional pci
-
OpenPOWER on IntegriCloud