]> 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, 3 May 2012 05:43:21 +0000 (15:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:16 +0000 (15:46 +1000)
commit99fd834e9d9bd7be8807cebb6f288af2e8c45d60
tree440c373aed9d58ce1bfc1efc377462b670d9548e
parent8bc84bbebea61b7665ec4260a4ceb22954e7d916
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