]> Git Repo - linux.git/commitdiff
Blackfin arch: Fix typo, and add ENDPROC - no functional changes
authorMike Frysinger <[email protected]>
Wed, 21 Nov 2007 08:15:48 +0000 (16:15 +0800)
committerBryan Wu <[email protected]>
Wed, 21 Nov 2007 08:15:48 +0000 (16:15 +0800)
Signed-off-by: Mike Frysinger <[email protected]>
Signed-off-by: Bryan Wu <[email protected]>
arch/blackfin/mach-common/entry.S

index 573880c0174898ecbf808df665f4dace7b8c212a..b7e457897dc6419ee9cca1aa51365143fd60157e 100644 (file)
@@ -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)
@@ -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
This page took 0.054392 seconds and 4 git commands to generate.