diff options
Diffstat (limited to 'arch/blackfin/mach-bf537')
-rw-r--r-- | arch/blackfin/mach-bf537/include/mach/anomaly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/include/mach/anomaly.h b/arch/blackfin/mach-bf537/include/mach/anomaly.h index e66aa131f517..f091ad2d8ea8 100644 --- a/arch/blackfin/mach-bf537/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf537/include/mach/anomaly.h | |||
@@ -143,7 +143,7 @@ | |||
143 | /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */ | 143 | /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */ |
144 | #define ANOMALY_05000371 (1) | 144 | #define ANOMALY_05000371 (1) |
145 | /* SSYNC Stalls Processor when Executed from Non-Cacheable Memory */ | 145 | /* SSYNC Stalls Processor when Executed from Non-Cacheable Memory */ |
146 | #define ANOMALY_05000402 (__SILICON_REVISION__ >= 5) | 146 | #define ANOMALY_05000402 (__SILICON_REVISION__ == 2) |
147 | /* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */ | 147 | /* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */ |
148 | #define ANOMALY_05000403 (1) | 148 | #define ANOMALY_05000403 (1) |
149 | /* Speculative Fetches Can Cause Undesired External FIFO Operations */ | 149 | /* Speculative Fetches Can Cause Undesired External FIFO Operations */ |