Skip to content

Commit

Permalink
Blackfin arch: add stubs for anomalies 447 and 448
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Mar 5, 2009
1 parent fb7b75a commit 7dbc3f6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/blackfin/mach-bf518/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,7 @@
#define ANOMALY_05000386 (0)
#define ANOMALY_05000412 (0)
#define ANOMALY_05000432 (0)
#define ANOMALY_05000447 (0)
#define ANOMALY_05000448 (0)

#endif
2 changes: 2 additions & 0 deletions arch/blackfin/mach-bf527/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,7 @@
#define ANOMALY_05000323 (0)
#define ANOMALY_05000363 (0)
#define ANOMALY_05000412 (0)
#define ANOMALY_05000447 (0)
#define ANOMALY_05000448 (0)

#endif
2 changes: 2 additions & 0 deletions arch/blackfin/mach-bf533/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,7 @@
#define ANOMALY_05000412 (0)
#define ANOMALY_05000432 (0)
#define ANOMALY_05000435 (0)
#define ANOMALY_05000447 (0)
#define ANOMALY_05000448 (0)

#endif
2 changes: 2 additions & 0 deletions arch/blackfin/mach-bf537/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,7 @@
#define ANOMALY_05000412 (0)
#define ANOMALY_05000432 (0)
#define ANOMALY_05000435 (0)
#define ANOMALY_05000447 (0)
#define ANOMALY_05000448 (0)

#endif
2 changes: 2 additions & 0 deletions arch/blackfin/mach-bf538/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,7 @@
#define ANOMALY_05000412 (0)
#define ANOMALY_05000432 (0)
#define ANOMALY_05000435 (0)
#define ANOMALY_05000447 (0)
#define ANOMALY_05000448 (0)

#endif
2 changes: 2 additions & 0 deletions arch/blackfin/mach-bf561/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,7 @@
#define ANOMALY_05000386 (1)
#define ANOMALY_05000432 (0)
#define ANOMALY_05000435 (0)
#define ANOMALY_05000447 (0)
#define ANOMALY_05000448 (0)

#endif

0 comments on commit 7dbc3f6

Please sign in to comment.