Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56648
b: refs/heads/master
c: 30870b9
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed May 21, 2007
1 parent fc67315 commit 0f3ae55
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 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: eb8d5f6c0322e641ec32ed632dd3b02586205673
refs/heads/master: 30870b93cd76bdfa7385f8d471345f5f6269fb00
6 changes: 0 additions & 6 deletions trunk/arch/blackfin/mach-bf533/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -468,12 +468,6 @@ ENTRY(_bfin_reset)
w[p0] = r0.l;
#endif

/* Clear the bits 13-15 in SWRST if they werent cleared */
p0.h = hi(SWRST);
p0.l = lo(SWRST);
csync;
r0.l = w[p0];

/* Clear the IMASK register */
p0.h = hi(IMASK);
p0.l = lo(IMASK);
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/blackfin/mach-bf537/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,6 @@ _delay_lab1_end:
nop;
#endif

/* Clear the bits 13-15 in SWRST if they werent cleared */
p0.h = hi(SWRST);
p0.l = lo(SWRST);
csync;
r0.l = w[p0];

/* Clear the IMASK register */
p0.h = hi(IMASK);
p0.l = lo(IMASK);
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/blackfin/mach-bf561/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,6 @@ ENTRY(_bfin_reset)
w[p0] = r0.l;
#endif

/* Clear the bits 13-15 in SWRST if they werent cleared */
p0.h = hi(SICA_SWRST);
p0.l = lo(SICA_SWRST);
csync;
r0.l = w[p0];

/* Clear the IMASK register */
p0.h = hi(IMASK);
p0.l = lo(IMASK);
Expand Down

0 comments on commit 0f3ae55

Please sign in to comment.