[POWERPC] Define copy_siginfo_from_user32
authorRoland McGrath <roland@redhat.com>
Sat, 19 Apr 2008 22:19:24 +0000 (08:19 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 20 Apr 2008 03:03:36 +0000 (13:03 +1000)
commit9c0c44dbd9bc380bee53e2f768c4ad5410b8aae2
treeb715861b6faa4c63b841c4b6b583bdf2f7d29abf
parente4cc58944c1e2ce41e3079d4eb60c95e7ce04b2b
[POWERPC] Define copy_siginfo_from_user32

Define the copy_siginfo_from_user32 entry point for powerpc, so
that generic CONFIG_COMPAT code can call it.  We already had the
code rolled into compat_sys_rt_sigqueueinfo, this just moves it
out into the canonical function that other arch's define.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/signal_32.c