diff options
Diffstat (limited to 'arch/blackfin/mach-bf548/include/mach/anomaly.h')
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/anomaly.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/anomaly.h b/arch/blackfin/mach-bf548/include/mach/anomaly.h index 816b09278f62..3b5430999f4f 100644 --- a/arch/blackfin/mach-bf548/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf548/include/mach/anomaly.h | |||
@@ -157,6 +157,8 @@ | |||
157 | #define ANOMALY_05000429 (__SILICON_REVISION__ < 2) | 157 | #define ANOMALY_05000429 (__SILICON_REVISION__ < 2) |
158 | /* Software System Reset Corrupts PLL_LOCKCNT Register */ | 158 | /* Software System Reset Corrupts PLL_LOCKCNT Register */ |
159 | #define ANOMALY_05000430 (__SILICON_REVISION__ >= 2) | 159 | #define ANOMALY_05000430 (__SILICON_REVISION__ >= 2) |
160 | /* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */ | ||
161 | #define ANOMALY_05000443 (1) | ||
160 | 162 | ||
161 | /* Anomalies that don't exist on this proc */ | 163 | /* Anomalies that don't exist on this proc */ |
162 | #define ANOMALY_05000125 (0) | 164 | #define ANOMALY_05000125 (0) |
@@ -173,5 +175,8 @@ | |||
173 | #define ANOMALY_05000311 (0) | 175 | #define ANOMALY_05000311 (0) |
174 | #define ANOMALY_05000323 (0) | 176 | #define ANOMALY_05000323 (0) |
175 | #define ANOMALY_05000363 (0) | 177 | #define ANOMALY_05000363 (0) |
178 | #define ANOMALY_05000412 (0) | ||
179 | #define ANOMALY_05000432 (0) | ||
180 | #define ANOMALY_05000435 (0) | ||
176 | 181 | ||
177 | #endif | 182 | #endif |