kernel - Add NUMA awareness to vm_page_alloc() and related functions (2)
commit6f2099fe1c3c432a6a452909db2846a7129ee604
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 6 Jan 2017 03:37:27 +0000 (5 19:37 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 6 Jan 2017 08:37:02 +0000 (6 00:37 -0800)
treed8ba897ce3266869440239eb208762e1b2e086fd
parentc3c5b993b79b47bfcccf6ef2e46a217deb32a2ac
kernel - Add NUMA awareness to vm_page_alloc() and related functions (2)

* Fix miscellaneous bugs in the recent NUMA commits.

* Add kern.numa_disable, setting this to 1 in /boot/loader.conf will
  disable the NUMA code.  Note that NUMA is only applicable on multi-socket
  systems.
sys/kern/subr_cpu_topology.c
sys/platform/pc64/acpica/acpi_srat.c
sys/platform/pc64/x86_64/machdep.c
sys/sys/kernel.h
sys/vm/vm_page.c