diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2009-06-10 22:22:08 (GMT) |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-06-15 03:27:36 (GMT) |
commit | 3240776ce290a3be4ca77bacf8b1e8d36b4a691d (patch) | |
tree | 132fe73fa311a643be5347292fc51a0e50e22dfe /arch/powerpc/include/asm/systbl.h | |
parent | 86c276560a22915c92cd0b0179556b7f3dac6f7a (diff) | |
download | linux-3240776ce290a3be4ca77bacf8b1e8d36b4a691d.tar.xz |
powerpc: Wire up sys_rt_tgsigqueueinfo
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/systbl.h')
-rw-r--r-- | arch/powerpc/include/asm/systbl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index a0b92de..370600ca 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -325,3 +325,4 @@ SYSCALL(inotify_init1) SYSCALL_SPU(perf_counter_open) COMPAT_SYS_SPU(preadv) COMPAT_SYS_SPU(pwritev) +COMPAT_SYS(rt_tgsigqueueinfo) |