summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2016-03-03 18:00:55 -0800
committerLaura Abbott <labbott@fedoraproject.org>2016-03-03 18:00:55 -0800
commit2c2812839ba3a95325a0c3f23bddf635ff8412c6 (patch)
treedbe9d87fe9bfa4c6235bc98cbd2b6a23892f9746
parenta7237117c42893bdd0818db9ab2779074b4f836a (diff)
downloadkernel-2c2812839ba3a95325a0c3f23bddf635ff8412c6.tar.gz
kernel-2c2812839ba3a95325a0c3f23bddf635ff8412c6.tar.xz
kernel-2c2812839ba3a95325a0c3f23bddf635ff8412c6.zip
Switch back to not using CONFIG_ACPI_REV_OVERRIDE_POSSIBLE
-rw-r--r--config-x86-generic2
-rw-r--r--kernel.spec3
2 files changed, 3 insertions, 2 deletions
diff --git a/config-x86-generic b/config-x86-generic
index d0f910513..646378bb7 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -106,7 +106,7 @@ CONFIG_ACPI_IPMI=m
CONFIG_ACPI_CUSTOM_METHOD=m
CONFIG_ACPI_BGRT=y
# CONFIG_ACPI_EXTLOG is not set
-CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
+# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set
CONFIG_INTEL_SOC_PMIC=y
CONFIG_PMIC_OPREGION=y
diff --git a/kernel.spec b/kernel.spec
index 65d27c533..72f935dc3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2067,8 +2067,9 @@ fi
#
#
%changelog
-* Thu Mar 03 2016 Laura Abbott <labbott@redhat.com>
+* Thu Mar 03 2016 Laura Abbott <labbott@redhat.com> - 4.4.4-300
- Linux v4.4.4
+- Switch back to not using CONFIG_ACPI_REV_OVERRIDE_POSSIBLE
* Thu Mar 03 2016 Josh Boyer <jwboyer@fedoraproject.org>
- Partial SMAP bypass on 64-bit kernels (rhbz 1314253 1314255)