Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77359
b: refs/heads/master
c: 0626d79
h: refs/heads/master
i:
  77357: 8b30198
  77355: 5473efb
  77351: b8a410b
  77343: 9f012a6
v: v3
  • Loading branch information
Robin Getz authored and Bryan Wu committed Dec 21, 2007
1 parent c6fc2ff commit cde594a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d8f66c8c1ea8e948483ee4739ad91120f5f7de51
refs/heads/master: 0626d79686b4536eac1dc88e2cf52d927a5010c2
8 changes: 4 additions & 4 deletions trunk/arch/blackfin/mach-common/interrupt.S
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ __common_int_entry:

#if ANOMALY_05000283 || ANOMALY_05000315
cc = r7 == r7;
p5.h = 0xffc0;
p5.l = 0x0014;
p5.h = HI(CHIPID);
p5.l = LO(CHIPID);
if cc jump 1f;
r7.l = W[p5];
1:
Expand All @@ -145,8 +145,8 @@ ENTRY(_evt_ivhw)

#if ANOMALY_05000283
cc = r7 == r7;
p5.h = 0xffc0;
p5.l = 0x0014;
p5.h = HI(CHIPID);
p5.l = LO(CHIPID);
if cc jump 1f;
r7.l = W[p5];
1:
Expand Down

0 comments on commit cde594a

Please sign in to comment.