diff options
author | Kyle McMartin <kyle@redhat.com> | 2011-04-24 21:44:39 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2011-04-24 21:49:17 -0400 |
commit | 1060ecc3d260b5b862bbf5ebadf47cc56cd9a3c9 (patch) | |
tree | 8b7e92046bc676676b65c799c9b61b7d4d464361 | |
parent | 123939a217ba4992b1e79eb74d46ed111b5910e7 (diff) | |
download | kernel-1060ecc3d260b5b862bbf5ebadf47cc56cd9a3c9.tar.gz kernel-1060ecc3d260b5b862bbf5ebadf47cc56cd9a3c9.tar.xz kernel-1060ecc3d260b5b862bbf5ebadf47cc56cd9a3c9.zip |
ppc64: disable CONFIG_TUNE_CELL
-rw-r--r-- | config-powerpc64 | 2 | ||||
-rw-r--r-- | kernel.spec | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config-powerpc64 b/config-powerpc64 index 74f33d1aa..2946a0686 100644 --- a/config-powerpc64 +++ b/config-powerpc64 @@ -126,7 +126,7 @@ CONFIG_SCSI_IBMVSCSIS=m CONFIG_SECCOMP=y -CONFIG_TUNE_CELL=y +# CONFIG_TUNE_CELL is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y # CONFIG_BLK_DEV_PLATFORM is not set diff --git a/kernel.spec b/kernel.spec index 0a717df57..6f42de1ca 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1941,6 +1941,10 @@ fi # and build. %changelog +* Sun Apr 24 2011 Kyle McMartin <kmcmartin@redhat.com> +- ppc64: disable TUNE_CELL, which causes problems with illegal instuctions + being generated on non-Cell PPC machines. (#698256) + * Wed Apr 20 2011 Dave Jones <davej@redhat.com> 2.6.39-0.rc4.git2.0 - Update to 2.6.39-rc4-git2 |