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

Log Message

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

Modified Paths

Diff

Modified: branches/2009R1/arch/blackfin/mach-bf561/include/mach/anomaly.h (7202 => 7203)


--- branches/2009R1/arch/blackfin/mach-bf561/include/mach/anomaly.h	2009-08-19 02:17:00 UTC (rev 7202)
+++ branches/2009R1/arch/blackfin/mach-bf561/include/mach/anomaly.h	2009-08-19 02:19:34 UTC (rev 7203)
@@ -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 conformed 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)
 /* A read 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