projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5f8f8
)
sh: Fix kGDB NMI handling.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 27 Sep 2006 02:37:33 +0000
(11:37 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 27 Sep 2006 02:37:33 +0000
(11:37 +0900)
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>
arch/sh/kernel/entry.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/entry.S
b/arch/sh/kernel/entry.S
index a3a717adbf43ba547f2aafc53eb1df083d9f3098..1a05804caf3725d1967b5f5718c8e11bca631f34 100644
(file)
--- 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
4
f, k0
+ mov.l
6
f, k0
mov #0, k1
mov.b k1, @k0
#endif