aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorBernd Schmidt <bernd.schmidt@analog.com>2008-01-27 19:56:43 +0800
committerBryan Wu <bryan.wu@analog.com>2008-01-27 19:56:43 +0800
commitfc97551db9e4e9402ff2b5c94be8267b2e5f32f4 (patch)
tree9c699bef52de56ba911d9d169a21dee09766df7e /arch/blackfin
parent[Blackfin] arch: fix bug kernel boot message: memory information is not reasonable (diff)
downloadlinux-dev-fc97551db9e4e9402ff2b5c94be8267b2e5f32f4.tar.xz
linux-dev-fc97551db9e4e9402ff2b5c94be8267b2e5f32f4.zip
[Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile without it.
Signed-off-by: Bernd Schmidt <bernd.schmidt@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/mach-common/entry.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S
index c2e81a10c47b..56ff51bc8c21 100644
--- a/arch/blackfin/mach-common/entry.S
+++ b/arch/blackfin/mach-common/entry.S
@@ -1381,6 +1381,7 @@ ENTRY(_sys_call_table)
.long _sys_set_robust_list
.long _sys_get_robust_list /* 355 */
.long _sys_fallocate
+ .long _sys_semtimedop
.rept NR_syscalls-(.-_sys_call_table)/4
.long _sys_ni_syscall
.endr