summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/systbl.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-06-11 00:22:08 +0200
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-06-15 05:27:36 +0200
commit3240776ce290a3be4ca77bacf8b1e8d36b4a691d (patch)
tree132fe73fa311a643be5347292fc51a0e50e22dfe /arch/powerpc/include/asm/systbl.h
parentpowerpc/cell: Use driver_data acessors, not platform_data in Axon MSI (diff)
downloadlinux-3240776ce290a3be4ca77bacf8b1e8d36b4a691d.tar.xz
linux-3240776ce290a3be4ca77bacf8b1e8d36b4a691d.zip
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h
index a0b92de51c7e..370600ca2765 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)