From: Matt Fleming Date: Wed, 21 Mar 2012 23:33:44 +0000 (-0700) Subject: xtensa: no need to reset handler if SA_ONESHOT X-Git-Tag: v3.4-rc1~158^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff6d21e7aafe3cf4b20697f67e656caa4daef40b;p=pandora-kernel.git xtensa: no need to reset handler if SA_ONESHOT get_signal_to_deliver() already resets the signal handler if SA_ONESHOT is set in ka->sa.sa_flags, there's no need to do it again in handle_signal(). Furthermore, because we were modifying ka->sa.sa_handler (which is a copy of sighand->action[]) instead of sighand->action[] the original code actually had no effect on signal delivery. Acked-by: Oleg Nesterov Cc: Chris Zankel Signed-off-by: Matt Fleming Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed