Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228454
b: refs/heads/master
c: 84e97c1
h: refs/heads/master
v: v3
  • Loading branch information
Sonic Zhang authored and Mike Frysinger committed Jan 10, 2011
1 parent 2fe7807 commit 2678899
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 503f3d30c6f29c58fce77bfe47b04e3c667e7640
refs/heads/master: 84e97c1014a2afe1a07beb1b6de5f2d867b368fd
6 changes: 5 additions & 1 deletion trunk/arch/blackfin/mach-bf561/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,11 @@
/* Incorrect Timer Pulse Width in Single-Shot PWM_OUT Mode with External Clock */
#define ANOMALY_05000254 (__SILICON_REVISION__ > 3)
/* Interrupt/Exception During Short Hardware Loop May Cause Bad Instruction Fetches */
#define ANOMALY_05000257 (__SILICON_REVISION__ < 5)
/* Tempoary work around for kgdb bug 6333 in SMP kernel. It looks coreb hangs in exception
* without handling anomaly 05000257 properly on bf561 v0.5. This work around may change
* after the behavior and the root cause are confirmed with hardware team.
*/
#define ANOMALY_05000257 (__SILICON_REVISION__ < 5 || (__SILICON_REVISION__ == 5 && CONFIG_SMP))
/* Instruction Cache Is Corrupted When Bits 9 and 12 of the ICPLB Data Registers Differ */
#define ANOMALY_05000258 (__SILICON_REVISION__ < 5)
/* ICPLB_STATUS MMR Register May Be Corrupted */
Expand Down

0 comments on commit 2678899

Please sign in to comment.