Matt Fleming de8f2ddd69 microblaze: don't reimplement force_sigsegv()
Instead of open coding the sequence from force_sigsegv() just call it.
This also fixes a bug because we were modifying ka->sa.sa_handler (which
is a copy of sighand->action[]), whereas the intention of the code was to
modify sighand->action[] directly.

As the original code was working with a copy it 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>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-05-21 23:52:33 -04:00
..
2012-03-28 15:58:21 -07:00
2012-01-05 08:34:28 +01:00
2011-04-01 09:34:51 +02:00
2010-10-21 15:51:58 +10:00
2012-05-05 13:00:24 +02:00
2009-03-27 14:25:15 +01:00
2010-08-04 10:22:35 +02:00
2012-03-28 15:58:21 -07:00