aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/mach-bf548/anomaly.h
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-07-25 11:56:01 +0800
committerBryan Wu <bryan.wu@analog.com>2007-07-25 11:56:01 +0800
commit60e9356d770ca3622fe5e84680b78fc376e53fbf (patch)
treea63ed7658206e9320400c34b4edcd414acf9ac76 /include/asm-blackfin/mach-bf548/anomaly.h
parentBlackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines (diff)
downloadlinux-dev-60e9356d770ca3622fe5e84680b78fc376e53fbf.tar.xz
linux-dev-60e9356d770ca3622fe5e84680b78fc376e53fbf.zip
Blackfin arch: update BF54x anomaly list
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Roy Huang <roy.huang@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/mach-bf548/anomaly.h')
-rw-r--r--include/asm-blackfin/mach-bf548/anomaly.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-blackfin/mach-bf548/anomaly.h b/include/asm-blackfin/mach-bf548/anomaly.h
index 952f03e140f2..37e0bd22b64b 100644
--- a/include/asm-blackfin/mach-bf548/anomaly.h
+++ b/include/asm-blackfin/mach-bf548/anomaly.h
@@ -27,6 +27,8 @@
#define ANOMALY_05000265 (1)
/* Certain Data Cache Writethrough Modes Fail for Vddint <= 0.9V */
#define ANOMALY_05000272 (1)
+/* False Hardware Error Exception when ISR context is not restored */
+#define ANOMALY_05000281 (1)
/* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */
#define ANOMALY_05000310 (1)
/* Errors When SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
@@ -59,6 +61,7 @@
#define ANOMALY_05000183 (0)
#define ANOMALY_05000198 (0)
#define ANOMALY_05000244 (0)
+#define ANOMALY_05000261 (0)
#define ANOMALY_05000263 (0)
#define ANOMALY_05000266 (0)
#define ANOMALY_05000273 (0)