Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=46c87c3ccec0d81a7b695fe9d5edc86a7e446962
Commit:     46c87c3ccec0d81a7b695fe9d5edc86a7e446962
Parent:     f26825de49d2e1a12eee54cd855b56b768f4d7bd
Author:     Mike Frysinger <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 21 16:15:48 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Wed Nov 21 16:15:48 2007 +0800

    Blackfin arch: Fix typo, and add ENDPROC - no functional changes
    
    Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 arch/blackfin/mach-common/entry.S |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/blackfin/mach-common/entry.S 
b/arch/blackfin/mach-common/entry.S
index 573880c..b7e4578 100644
--- a/arch/blackfin/mach-common/entry.S
+++ b/arch/blackfin/mach-common/entry.S
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to