Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127047
b: refs/heads/master
c: 33c8691
h: refs/heads/master
i:
  127045: 7a4932a
  127043: f7aa089
  127039: 47257d9
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent f6aea29 commit 38c8c97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 36f649a55aa3ad1e2196403ba95a652f9900bc50
refs/heads/master: 33c8691f45459a41864562ae8d1ec12b4503f200
5 changes: 3 additions & 2 deletions trunk/arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,10 @@ ENTRY(_ex_trap_c)
ENDPROC(_ex_trap_c)

/* We just realized we got an exception, while we were processing a different
* exception. This is a unrecoverable event, so crash
* exception. This is a unrecoverable event, so crash.
* Note: this cannot be ENTRY() as we jump here with "if cc jump" ...
*/
ENTRY(_double_fault)
_double_fault:
/* Turn caches & protection off, to ensure we don't get any more
* double exceptions
*/
Expand Down

0 comments on commit 38c8c97

Please sign in to comment.