aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2014-07-16 11:38:37 -0400
committerNamhoon Kim <namhoonk@cs.unc.edu>2014-11-03 21:57:58 -0500
commit1d65b6286a0f6c13495eefbb41bd1cac3d420cc3 (patch)
treedab75f4de8a40ca4413d452ef207047ce1d77d6d
parent4b9d58f6f3441c8bbf37dfc24ae9dee04f64c9cb (diff)
Add reservation system calls to ARM syscall table
-rw-r--r--arch/arm/kernel/calls.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S
index 2da776a2e8c4..ad22fcc42899 100644
--- a/arch/arm/kernel/calls.S
+++ b/arch/arm/kernel/calls.S
@@ -401,6 +401,8 @@
401 CALL(sys_wait_for_ts_release) 401 CALL(sys_wait_for_ts_release)
402/* 390 */ CALL(sys_release_ts) 402/* 390 */ CALL(sys_release_ts)
403 CALL(sys_null_call) 403 CALL(sys_null_call)
404 CALL(sys_reservation_create)
405 CALL(sys_reservation_destroy)
404 406
405#ifndef syscalls_counted 407#ifndef syscalls_counted
406.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls 408.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls