linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tim Niemeyer <tim.niemeyer@corscience.de>
To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: Mans Rullgard <mans@mansr.com>,
	Thomas Weber <thomas.weber@corscience.de>
Subject: [PATCH] arm: update ARM_ERRATA_430973 Kconfig
Date: Mon, 18 Feb 2013 18:15:04 +0100	[thread overview]
Message-ID: <1361207704-11609-1-git-send-email-tim.niemeyer@corscience.de> (raw)

We had strange problems with some illegal instructions and segmentation
faults. It turns out that the OMAP3503D (Cortex A8 r1p3) suffers from
erratum 430973.

    Discussion about this problem:
    https://bugs.launchpad.net/ubuntu/+source/fakeroot/+bug/495536
    http://www.beagleboard.org/irclogs/index.php?date=2013-02-18

Signed-off-by: Tim Niemeyer <tim.niemeyer@corscience.de>
Signed-off-by: Thomas Weber <thomas.weber@corscience.de>
---
 arch/arm/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 67874b8..2ca277e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1215,7 +1215,7 @@ config ARM_ERRATA_430973
 	depends on CPU_V7
 	help
 	  This option enables the workaround for the 430973 Cortex-A8
-	  (r1p0..r1p2) erratum. If a code sequence containing an ARM/Thumb
+	  (r1p*) erratum. If a code sequence containing an ARM/Thumb
 	  interworking branch is replaced with another code sequence at the
 	  same virtual address, whether due to self-modifying code or virtual
 	  to physical address re-mapping, Cortex-A8 does not recover from the
-- 
1.7.2.5


                 reply	other threads:[~2013-02-18 17:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361207704-11609-1-git-send-email-tim.niemeyer@corscience.de \
    --to=tim.niemeyer@corscience.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mans@mansr.com \
    --cc=thomas.weber@corscience.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).