From: Paul Mundt Date: Wed, 27 Sep 2006 02:37:33 +0000 (+0900) Subject: sh: Fix kGDB NMI handling. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6ae5e8d7598ce01ac0e7dab1b89894c7386a2e61;p=linux-beck.git sh: Fix kGDB NMI handling. in_nmi shifted down a few labels, so we were inadvertently clearing the lower byte of do_syscall_trace, badness ensues. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/entry.S b/arch/sh/kernel/entry.S index a3a717adbf43..1a05804caf37 100644 --- a/arch/sh/kernel/entry.S +++ b/arch/sh/kernel/entry.S @@ -644,7 +644,7 @@ skip_restore: ! #if defined(CONFIG_KGDB_NMI) ! Clear in_nmi - mov.l 4f, k0 + mov.l 6f, k0 mov #0, k1 mov.b k1, @k0 #endif