Skip to content

Commit

Permalink
Blackfin arch: fix compile failure when missing the anomaly definition
Browse files Browse the repository at this point in the history
make sure ANOMALY_05000278/ANOMALY_05000380 is defined for all parts

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 3, 2009
1 parent e84dcaa commit ee554be
Show file tree
Hide file tree
Showing 7 changed files with 8 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 @@ -65,13 +65,15 @@
#define ANOMALY_05000263 (0)
#define ANOMALY_05000266 (0)
#define ANOMALY_05000273 (0)
#define ANOMALY_05000278 (0)
#define ANOMALY_05000285 (0)
#define ANOMALY_05000307 (0)
#define ANOMALY_05000311 (0)
#define ANOMALY_05000312 (0)
#define ANOMALY_05000323 (0)
#define ANOMALY_05000353 (0)
#define ANOMALY_05000363 (0)
#define ANOMALY_05000380 (0)
#define ANOMALY_05000386 (0)
#define ANOMALY_05000412 (0)
#define ANOMALY_05000432 (0)
Expand Down
1 change: 1 addition & 0 deletions arch/blackfin/mach-bf527/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
#define ANOMALY_05000263 (0)
#define ANOMALY_05000266 (0)
#define ANOMALY_05000273 (0)
#define ANOMALY_05000278 (0)
#define ANOMALY_05000285 (0)
#define ANOMALY_05000307 (0)
#define ANOMALY_05000311 (0)
Expand Down
1 change: 1 addition & 0 deletions arch/blackfin/mach-bf533/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
#define ANOMALY_05000266 (0)
#define ANOMALY_05000323 (0)
#define ANOMALY_05000353 (1)
#define ANOMALY_05000380 (0)
#define ANOMALY_05000386 (1)
#define ANOMALY_05000412 (0)
#define ANOMALY_05000432 (0)
Expand Down
1 change: 1 addition & 0 deletions arch/blackfin/mach-bf537/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
#define ANOMALY_05000323 (0)
#define ANOMALY_05000353 (1)
#define ANOMALY_05000363 (0)
#define ANOMALY_05000380 (0)
#define ANOMALY_05000386 (1)
#define ANOMALY_05000412 (0)
#define ANOMALY_05000432 (0)
Expand Down
1 change: 1 addition & 0 deletions arch/blackfin/mach-bf538/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
#define ANOMALY_05000323 (0)
#define ANOMALY_05000353 (1)
#define ANOMALY_05000363 (0)
#define ANOMALY_05000380 (0)
#define ANOMALY_05000386 (1)
#define ANOMALY_05000412 (0)
#define ANOMALY_05000432 (0)
Expand Down
1 change: 1 addition & 0 deletions arch/blackfin/mach-bf548/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
#define ANOMALY_05000263 (0)
#define ANOMALY_05000266 (0)
#define ANOMALY_05000273 (0)
#define ANOMALY_05000278 (0)
#define ANOMALY_05000307 (0)
#define ANOMALY_05000311 (0)
#define ANOMALY_05000323 (0)
Expand Down
1 change: 1 addition & 0 deletions arch/blackfin/mach-bf561/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
#define ANOMALY_05000273 (0)
#define ANOMALY_05000311 (0)
#define ANOMALY_05000353 (1)
#define ANOMALY_05000380 (0)
#define ANOMALY_05000386 (1)
#define ANOMALY_05000432 (0)
#define ANOMALY_05000435 (0)
Expand Down

0 comments on commit ee554be

Please sign in to comment.