Title: [7205] trunk/arch/blackfin/mach-bf561/include/mach/anomaly.h: Bug[#5423] Temporarily walk around for bug 5421 till this issue is
Revision
7205
Author
sonicz
Date
2009-08-18 22:23:10 -0400 (Tue, 18 Aug 2009)

Log Message

Bug[#5423] Temporarily walk around for bug 5421 till this issue is
confirmed official anomaly document. It looks 05000281 still
exists on bf561 v0.5.

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-bf561/include/mach/anomaly.h (7204 => 7205)


--- trunk/arch/blackfin/mach-bf561/include/mach/anomaly.h	2009-08-19 02:22:54 UTC (rev 7204)
+++ trunk/arch/blackfin/mach-bf561/include/mach/anomaly.h	2009-08-19 02:23:10 UTC (rev 7205)
@@ -213,7 +213,11 @@
 /* Disabling Peripherals with DMA Running May Cause DMA System Instability */
 #define ANOMALY_05000278 (__SILICON_REVISION__ < 5)
 /* False Hardware Error Exception when ISR Context Is Not Restored */
-#define ANOMALY_05000281 (__SILICON_REVISION__ < 5)
+/* Temporarily walk around for bug 5421 till this issue is confirmed by
+ * official anomaly document. It looks 05000281 still exists on bf561
+ * v0.5.
+ */
+#define ANOMALY_05000281 (__SILICON_REVISION__ <= 5)
 /* System MMR Write Is Stalled Indefinitely when Killed in a Particular Stage */
 #define ANOMALY_05000283 (1)
 /* Reads Will Receive Incorrect Data under Certain Conditions */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to