summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2015-10-07 08:14:51 -0700
committerLaura Abbott <labbott@fedoraproject.org>2015-10-07 08:26:24 -0700
commit537dc3fe0a2e994f7a24d3143e9187587660a08f (patch)
tree5dcf761e881ef5512afefe2159eff81e9237f3f1 /kernel.spec
parent42ce3d8c32f545749878d4cc8a8aad87b04c9e52 (diff)
downloadkernel-537dc3fe0a2e994f7a24d3143e9187587660a08f.tar.gz
kernel-537dc3fe0a2e994f7a24d3143e9187587660a08f.tar.xz
kernel-537dc3fe0a2e994f7a24d3143e9187587660a08f.zip
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.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec3
1 files changed, 3 insertions, 0 deletions
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 <labbott@fedoraproject.org>
+- Disable hibernation for powerpc (rhbz 1267395)
+
* Wed Oct 07 2015 Josh Boyer <jwboyer@fedoraproject.org>
- Increase the default number of runtime UARTS (rhbz 1264383)
- Enable X86_NUMACHIP