Searched hist:"289908743 e527620c74ecdbbd814eb1f88fcaee0" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/x86/acpica/ |
H A D | srat.c | diff 289908743e527620c74ecdbbd814eb1f88fcaee0 Tue Jan 03 21:53:58 CET 2012 John Baldwin <jhb@FreeBSD.org> 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
|