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.
This commit is contained in:
parent
42ce3d8c32
commit
537dc3fe0a
@ -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=""
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user