summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-10-07 09:09:01 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-10-07 09:09:01 -0400
commit580a24321b455f015005898c70ebebc502472d26 (patch)
treece7cce4f9a736446f3f22b5f80a089da9241c83a
parent8dc1c549ba8e08cd0d56258dcf5da2d1b06b0be8 (diff)
downloadkernel-580a24321b455f015005898c70ebebc502472d26.tar.gz
kernel-580a24321b455f015005898c70ebebc502472d26.tar.xz
kernel-580a24321b455f015005898c70ebebc502472d26.zip
Enable X86_NUMACHIP
-rw-r--r--config-x86_64-generic2
-rw-r--r--kernel.spec3
2 files changed, 4 insertions, 1 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic
index 6c6f88c48..272999819 100644
--- a/config-x86_64-generic
+++ b/config-x86_64-generic
@@ -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
diff --git a/kernel.spec b/kernel.spec
index 167758076..4a9f36512 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -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.