diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-12 07:30:55 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-13 07:23:18 -0400 |
commit | 61cdd7a28f8b515140cb5d8aea518678f0fae024 (patch) | |
tree | 455eb8e55180a01e0a59c8a31c5feb80cb86a8df /arch/blackfin/mach-common/entry.S | |
parent | d0cb9b4ef680c518087b019e29fe5c2eca9a0740 (diff) |
Blackfin: hook up new rt_tgsigqueueinfo syscall
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-common/entry.S')
-rw-r--r-- | arch/blackfin/mach-common/entry.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S index 25c6aa42d45e..31fa313e81cf 100644 --- a/arch/blackfin/mach-common/entry.S +++ b/arch/blackfin/mach-common/entry.S | |||
@@ -1608,6 +1608,7 @@ ENTRY(_sys_call_table) | |||
1608 | .long _sys_inotify_init1 /* 365 */ | 1608 | .long _sys_inotify_init1 /* 365 */ |
1609 | .long _sys_preadv | 1609 | .long _sys_preadv |
1610 | .long _sys_pwritev | 1610 | .long _sys_pwritev |
1611 | .long _sys_rt_tgsigqueueinfo | ||
1611 | 1612 | ||
1612 | .rept NR_syscalls-(.-_sys_call_table)/4 | 1613 | .rept NR_syscalls-(.-_sys_call_table)/4 |
1613 | .long _sys_ni_syscall | 1614 | .long _sys_ni_syscall |