diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2015-10-07 08:14:51 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2015-10-07 08:26:24 -0700 |
commit | 537dc3fe0a2e994f7a24d3143e9187587660a08f (patch) | |
tree | 5dcf761e881ef5512afefe2159eff81e9237f3f1 /config-powerpc64-generic | |
parent | 42ce3d8c32f545749878d4cc8a8aad87b04c9e52 (diff) | |
download | kernel-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 'config-powerpc64-generic')
-rw-r--r-- | config-powerpc64-generic | 1 |
1 files changed, 1 insertions, 0 deletions
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="" |