projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86c47b7
)
frv: Remove bogus closing parenthesis
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Sat, 2 Jun 2012 11:08:39 +0000
(13:08 +0200)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 2 Jun 2012 14:38:19 +0000
(10:38 -0400)
Introduced by commit
6fd84c0831ec78d98736b76dc5e9b849f1dbfc9e
("TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/frv/kernel/signal.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/frv/kernel/signal.c
b/arch/frv/kernel/signal.c
index f3b9064c548c1e3b3870c5a450b9f333d64ff082..864c2f0d497bfa62800e4168cac94215bff4d128 100644
(file)
--- a/
arch/frv/kernel/signal.c
+++ b/
arch/frv/kernel/signal.c
@@
-518,7
+518,7
@@
asmlinkage void do_notify_resume(__u32 thread_info_flags)
clear_thread_flag(TIF_SINGLESTEP);
/* deal with pending signal delivery */
- if (thread_info_flags & _TIF_SIGPENDING)
)
+ if (thread_info_flags & _TIF_SIGPENDING)
do_signal();
/* deal with notification on about to resume userspace execution */