]> 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>
Wed, 25 Apr 2012 01:03:20 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:13 +0000 (15:17 +1000)
commita635af890268788bf85a76962a7aaf0447ad6fb0
treef2f4781e616b0de4ac4f73eb425f03746fc55d11
parentabf9f2c1a236c9cf17711087b00b648c7074ea74
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