blackfin: don't open-code force_sigsegv()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Apr 2012 01:32:46 +0000 (21:32 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 May 2012 03:58:33 +0000 (23:58 -0400)
commit5d71c55bdb020561a9d44c8453ca2a3ca524ea35
treecebbbcbd96a2e1b1f2930dc46baceb6636591791
parentfe49c1cebf054d5c797ecd6b91d5bf96d4295fe4
blackfin: don't open-code force_sigsegv()

... especially since we don't have the right k_sigaction here,
so resetting sa_handler won't work.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/blackfin/kernel/signal.c