From 537dc3fe0a2e994f7a24d3143e9187587660a08f Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Wed, 7 Oct 2015 08:14:51 -0700 Subject: [PATCH] Disable hibernation for powerpc (rhbz 1267395) A recent binutils update (correctly) started checking for the number of arguments to tlbie. This broke some tlb invalidation assembly that was invoked during the hibernation path and created compilation errorrs. Unfortunately, fixing it is not an easy task because nobody is completely sure if it actually works. Since this is preventing anything from powerpc from being built at all, disable hibernation for now. If/when this gets fixed upstream this feature can be turned back on. --- config-powerpc64-generic | 1 + kernel.spec | 3 +++ 2 files changed, 4 insertions(+) diff --git a/config-powerpc64-generic b/config-powerpc64-generic index d4775c99f..7f0b10585 100644 --- a/config-powerpc64-generic +++ b/config-powerpc64-generic @@ -14,6 +14,7 @@ CONFIG_PPC_PSERIES=y # CONFIG_PPC_PMAC is not set # CONFIG_PPC_PMAC64 is not set # CONFIG_PPC_PS3 is not set +CONFIG_HIBERNATION=n CONFIG_EXTRA_TARGETS="" diff --git a/kernel.spec b/kernel.spec index b1d0769f1..d6c086812 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2038,6 +2038,9 @@ fi # # %changelog +* Wed Oct 07 2015 Laura Abbott +- Disable hibernation for powerpc (rhbz 1267395) + * Wed Oct 07 2015 Josh Boyer - Increase the default number of runtime UARTS (rhbz 1264383) - Enable X86_NUMACHIP