diff options
Diffstat (limited to 'arch/blackfin/mach-bf609/include/mach/anomaly.h')
-rw-r--r-- | arch/blackfin/mach-bf609/include/mach/anomaly.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf609/include/mach/anomaly.h b/arch/blackfin/mach-bf609/include/mach/anomaly.h index 97a9c65bbe32..bdd39aefb565 100644 --- a/arch/blackfin/mach-bf609/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf609/include/mach/anomaly.h | |||
@@ -57,6 +57,8 @@ | |||
57 | #define ANOMALY_05000481 (1) | 57 | #define ANOMALY_05000481 (1) |
58 | /* IFLUSH sucks at life */ | 58 | /* IFLUSH sucks at life */ |
59 | #define ANOMALY_05000491 (1) | 59 | #define ANOMALY_05000491 (1) |
60 | /* Tempopary anomaly ID for data loss in MMR read operation if interrupted */ | ||
61 | #define ANOMALY_05001001 (__SILICON_REVISION__ < 1) | ||
60 | 62 | ||
61 | /* Anomalies that don't exist on this proc */ | 63 | /* Anomalies that don't exist on this proc */ |
62 | #define ANOMALY_05000099 (0) | 64 | #define ANOMALY_05000099 (0) |