]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit7ec78ff57a715c29566fde441157d5464babd125
treeb715861b6faa4c63b841c4b6b583bdf2f7d29abf
parent0197aaf54d7ed712436a71fc01afa7f56a033e97
[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