aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/syscall_table_32.S
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-04-04 17:01:10 -0400
committerThomas Gleixner <tglx@linutronix.de>2009-04-30 13:24:24 -0400
commit12d161147f828192b5bcc33166f468a827832767 (patch)
treedd659d33fcc74b12bf617fc6fbe43caa98d60fc9 /arch/x86/kernel/syscall_table_32.S
parent62ab4505e3efaf67784f84059e0fb9cedb1728ea (diff)
x86: hookup sys_rt_tgsigqueueinfo
Make the new sys_rt_tgsigqueueinfo available for x86. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/syscall_table_32.S')
-rw-r--r--arch/x86/kernel/syscall_table_32.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S
index ff5c8736b491..734f92c02dde 100644
--- a/arch/x86/kernel/syscall_table_32.S
+++ b/arch/x86/kernel/syscall_table_32.S
@@ -334,3 +334,4 @@ ENTRY(sys_call_table)
334 .long sys_inotify_init1 334 .long sys_inotify_init1
335 .long sys_preadv 335 .long sys_preadv
336 .long sys_pwritev 336 .long sys_pwritev
337 .long sys_rt_tgsigqueueinfo /* 335 */