Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=92b59258b8e854dd223bbb196f0c18b8cb7e6c6e
Commit:     92b59258b8e854dd223bbb196f0c18b8cb7e6c6e
Parent:     ac490a4893d37279f704876d430c3683071398b2
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Tue Nov 20 18:26:54 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:18:50 2008 +0900

    sh: Kill off do_NMI stub in SH-5 ex table.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/kernel/cpu/sh5/entry.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh5/entry.S b/arch/sh/kernel/cpu/sh5/entry.S
index 2f505a7..81010b9 100644
--- a/arch/sh/kernel/cpu/sh5/entry.S
+++ b/arch/sh/kernel/cpu/sh5/entry.S
@@ -161,7 +161,7 @@ trap_jtable:
        .long   system_call                             /* 0x160 */
        .long   do_reserved_inst                /* 0x180 */
        .long   do_illegal_slot_inst    /* 0x1A0 */
-       .long   do_NMI                  /* 0x1C0 */
+       .long   do_exception_error              /* 0x1C0 - NMI */
        .long   do_exception_error              /* 0x1E0 */
        .rept 15
                .long do_IRQ            /* 0x200 - 0x3C0 */
-
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