projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d2947f
)
sh: Fix a TRACE_IRQS_OFF typo.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 14 Oct 2009 06:50:28 +0000
(15:50 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 14 Oct 2009 06:50:28 +0000
(15:50 +0900)
The resume_userspace path had TRACE_IRQS_OFF written incorrectly and so
never handled the transition properly. This was fixed once before but
seems to have made it back in the tree. Fix it for good.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/entry-common.S
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/entry-common.S
b/arch/sh/kernel/entry-common.S
index
68d9223
..
3eb8493
100644
(file)
--- a/
arch/sh/kernel/entry-common.S
+++ b/
arch/sh/kernel/entry-common.S
@@
-121,7
+121,7
@@
noresched:
ENTRY(resume_userspace)
! r8: current_thread_info
cli
- TRACE_IRQS_O
f
F
+ TRACE_IRQS_O
F
F
mov.l @(TI_FLAGS,r8), r0 ! current_thread_info->flags
tst #(_TIF_WORK_MASK & 0xff), r0
bt/s __restore_all