Skip to content

Commit

Permalink
Blackfin arch: Fix typo, and add ENDPROC - no functional changes
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 21, 2007
1 parent f26825d commit 46c87c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ ENTRY(_ex_single_step)
r7 = [p4];
cc = r6 == r7;
if !cc jump _ex_trap_c;
ENDPROC(_ex_single_step)

ENTRY(_bfin_return_from_exception)
DEBUG_START_HWTRACE(p5, r7)
Expand All @@ -169,7 +170,7 @@ ENTRY(_bfin_return_from_exception)
ASTAT = [sp++];
sp = EX_SCRATCH_REG;
rtx;
ENDPROC(_ex_soft_bp)
ENDPROC(_bfin_return_from_exception)

ENTRY(_handle_bad_cplb)
/* To get here, we just tried and failed to change a CPLB
Expand Down

0 comments on commit 46c87c3

Please sign in to comment.