freebsd-dev/sys/x86
John Baldwin 289908743e Fix a few bugs in the SRAT parsing code:
- Actually increment ndomain when building our list of known domains
  so that we can properly renumber them to be 0-based and dense.
- If the number of domains exceeds the configured maximum (VM_NDOMAIN),
  bail out of processing the SRAT and disable NUMA rather than hitting an
  obscure panic later.
- Don't bother parsing the SRAT at all if VM_NDOMAIN is set to 1 to
  disable NUMA (the default).

Reported by:	phk (2)
MFC after:	1 week
2012-01-03 20:53:58 +00:00
..
acpica Fix a few bugs in the SRAT parsing code: 2012-01-03 20:53:58 +00:00
bios Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
cpufreq Use ACPI-supplied CPU frequencies instead of estimated ones as we are about 2011-04-27 00:32:35 +00:00
include Fix build when NEW_PCIB is not defined. 2011-07-16 14:05:34 +00:00
isa Implement boot-time TSC synchronization test for SMP. This test is executed 2011-05-09 17:34:00 +00:00
pci - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
x86 - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00