commit | 6ae5e8d7598ce01ac0e7dab1b89894c7386a2e61 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Sep 27 11:37:33 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Sep 27 11:37:33 2006 +0900 |
tree | 03061d388b9cee2dc8140afe3d9fca71f75c4268 | |
parent | 1c5f8f85df96dd7c17d63eed2d7da18b3ad00b6d [diff] [blame] |
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 <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/entry.S b/arch/sh/kernel/entry.S index a3a717a..1a05804 100644 --- a/arch/sh/kernel/entry.S +++ b/arch/sh/kernel/entry.S
@@ -644,7 +644,7 @@ ! #if defined(CONFIG_KGDB_NMI) ! Clear in_nmi - mov.l 4f, k0 + mov.l 6f, k0 mov #0, k1 mov.b k1, @k0 #endif