Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148575
b: refs/heads/master
c: 3708251
h: refs/heads/master
i:
  148573: fd40b90
  148571: d1a4395
  148567: 77051d3
  148559: b0ee20e
  148543: 7f3de34
v: v3
  • Loading branch information
Mike Frysinger committed Jun 12, 2009
1 parent 33c1bbe commit 9b2e52e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 89ecd506917ba6e86ede072efbef6c69d01db4dd
refs/heads/master: 37082511f06108129bd5f96d625a6fae2d5a4ab4
16 changes: 8 additions & 8 deletions trunk/arch/blackfin/mach-common/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -124,25 +124,25 @@ ENTRY(__start)
* below
*/
GET_PDA(p0, r0);
r7 = [p0 + PDA_RETX];
r6 = [p0 + PDA_RETX];
p1.l = _init_saved_retx;
p1.h = _init_saved_retx;
[p1] = r7;
[p1] = r6;

r7 = [p0 + PDA_DCPLB];
r6 = [p0 + PDA_DCPLB];
p1.l = _init_saved_dcplb_fault_addr;
p1.h = _init_saved_dcplb_fault_addr;
[p1] = r7;
[p1] = r6;

r7 = [p0 + PDA_ICPLB];
r6 = [p0 + PDA_ICPLB];
p1.l = _init_saved_icplb_fault_addr;
p1.h = _init_saved_icplb_fault_addr;
[p1] = r7;
[p1] = r6;

r7 = [p0 + PDA_SEQSTAT];
r6 = [p0 + PDA_SEQSTAT];
p1.l = _init_saved_seqstat;
p1.h = _init_saved_seqstat;
[p1] = r7;
[p1] = r6;
#endif

/* Initialize stack pointer */
Expand Down

0 comments on commit 9b2e52e

Please sign in to comment.