Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96323
b: refs/heads/master
c: ddb3f00
h: refs/heads/master
i:
  96321: aff0897
  96319: efa4e8a
v: v3
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed May 7, 2008
1 parent 841c89e commit a49803e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bfb4b21c7c39295f5535c139f796df1d51ec009
refs/heads/master: ddb3f00ca0897f585128a6cca229eeb9d91fa6ef
5 changes: 5 additions & 0 deletions trunk/arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@ ENTRY(_double_fault)
*/
SAVE_ALL_SYS

/* The dumping functions expect the return address in the RETI
* slot. */
r6 = retx;
[sp + PT_PC] = r6;

r0 = sp; /* stack frame pt_regs pointer argument ==> r0 */
SP += -12;
call _double_fault_c;
Expand Down

0 comments on commit a49803e

Please sign in to comment.