diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-05-07 17:37:26 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-01 09:58:13 -0400 |
commit | 8ca8230b71322bfe45fc78090019a5bb20cd7439 (patch) | |
tree | 8c5fd739c8b059b0df3716f932e9328f7c75db63 /arch/m32r/kernel | |
parent | 16a8016372c42c7628eb4a39d75386a461e8c5d0 (diff) |
bury the rest of TIF_IRET
Some architectures had blindly copied it for no reason whatsoever.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m32r/kernel')
-rw-r--r-- | arch/m32r/kernel/signal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m32r/kernel/signal.c b/arch/m32r/kernel/signal.c index d0f60b97bbc..c5101911b49 100644 --- a/arch/m32r/kernel/signal.c +++ b/arch/m32r/kernel/signal.c @@ -366,6 +366,4 @@ void do_notify_resume(struct pt_regs *regs, __u32 thread_info_flags) clear_thread_flag(TIF_NOTIFY_RESUME); tracehook_notify_resume(regs); } - - clear_thread_flag(TIF_IRET); } |