]> git.karo-electronics.de Git - karo-tx-linux.git/commit
microblaze: no need to reset handler if SA_ONESHOT
authorMatt Fleming <matt.fleming@intel.com>
Thu, 12 Apr 2012 22:51:48 +0000 (08:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 17 Apr 2012 03:47:09 +0000 (13:47 +1000)
commit2576ce3251a91222bf96493132b13f5802eef675
tree0288623d44e919ff637d4276304915ac27072c1d
parente4258a592d7c787c88269593c3af3f952bd39db2
microblaze: 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 <oleg@redhat.com>
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/microblaze/kernel/signal.c