Enable X86_NUMACHIP

This commit is contained in:
Josh Boyer 2015-10-07 09:09:01 -04:00
parent 8dc1c549ba
commit 580a24321b
2 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ CONFIG_X86_64_ACPI_NUMA=y
CONFIG_ACPI_NFIT=m
# CONFIG_ACPI_NFIT_DEBUG is not set
# CONFIG_NUMA_EMU is not set
# CONFIG_X86_NUMACHIP is not set
CONFIG_X86_NUMACHIP=y
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
CONFIG_NUMA_BALANCING=y

View File

@ -2038,6 +2038,9 @@ fi
#
#
%changelog
* Wed Oct 07 2015 Josh Boyer <jwboyer@fedoraproject.org>
- Enable X86_NUMACHIP
* Tue Oct 06 2015 Laura Abbott <labbott@redhat.com> - 4.3.0-0.rc4.git1.1
- Linux v4.3-rc4-15-gf670268
- Reenable debugging options.