diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 02:38:05 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 02:38:05 -0400 |
commit | 6a1555fdde407dad23b8a119cf5feeb7c6466de9 (patch) | |
tree | 715936b2effe587190086973f797c499d8be0fe6 /arch/sh/kernel/syscalls_64.S | |
parent | 75c936aec050113c12f74581f51779ffc5502a51 (diff) |
sh: Wire up sys_rt_tgsigqueueinfo.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/syscalls_64.S')
-rw-r--r-- | arch/sh/kernel/syscalls_64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls_64.S b/arch/sh/kernel/syscalls_64.S index a083609f9284..75c1889af1ed 100644 --- a/arch/sh/kernel/syscalls_64.S +++ b/arch/sh/kernel/syscalls_64.S | |||
@@ -389,3 +389,4 @@ sys_call_table: | |||
389 | .long sys_inotify_init1 /* 360 */ | 389 | .long sys_inotify_init1 /* 360 */ |
390 | .long sys_preadv | 390 | .long sys_preadv |
391 | .long sys_pwritev | 391 | .long sys_pwritev |
392 | .long sys_rt_tgsigqueueinfo | ||