The patch titled

     ppc32: disable IBM405_ERR77 and IBM405_ERR51 workarounds for 405EP

has been added to the -mm tree.  Its filename is

     ppc32-disable-ibm405_err77-and-ibm405_err51-workarounds-for-405ep.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

ppc32-add-440gx-revf-cputable-entry.patch
ppc32-fix-emac-tx-channel-assignments-for-npe405h.patch
ppc32-fix-bamboo-and-luan-build-warnings.patch
ppc32-disable-ibm405_err77-and-ibm405_err51-workarounds-for-405ep.patch



From: Eugene Surovegin <[EMAIL PROTECTED]>

Disable IBM405_ERR77 and IBM405_ERR51 errata workarounds for 405EP.  This
chip has these problems fixed.

Signed-off-by: Eugene Surovegin <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/ppc/platforms/4xx/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN 
arch/ppc/platforms/4xx/Kconfig~ppc32-disable-ibm405_err77-and-ibm405_err51-workarounds-for-405ep
 arch/ppc/platforms/4xx/Kconfig
--- 
25/arch/ppc/platforms/4xx/Kconfig~ppc32-disable-ibm405_err77-and-ibm405_err51-workarounds-for-405ep
 Mon Aug 29 15:14:16 2005
+++ 25-akpm/arch/ppc/platforms/4xx/Kconfig      Mon Aug 29 15:14:16 2005
@@ -142,13 +142,13 @@ config IBM440EP_ERR42
 # All 405-based cores up until the 405GPR and 405EP have this errata.
 config IBM405_ERR77
        bool
-       depends on 40x && !403GCX && !405GPR
+       depends on 40x && !403GCX && !405GPR && !405EP
        default y
 
 # All 40x-based cores, up until the 405GPR and 405EP have this errata.
 config IBM405_ERR51
        bool
-       depends on 40x && !405GPR
+       depends on 40x && !405GPR && !405EP
        default y
 
 config BOOKE
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to