aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2014-08-20 12:19:41 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2015-09-07 16:47:33 -0400
commitd126eb2a5053f139e5bc1b37344edd88d32bd033 (patch)
treee8c2493957e6efdeb00fdc0abe96a11a17ed0910
parent0ce2d95d10bc7ecab7fcf1e4bb5d9942625f91e7 (diff)
Add ARM syscall def for get_current_budgetv2015.1
-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 f4738a88a278..7736879e2173 100644
--- a/arch/arm/kernel/calls.S
+++ b/arch/arm/kernel/calls.S
@@ -409,6 +409,8 @@
409 CALL(sys_wait_for_ts_release) 409 CALL(sys_wait_for_ts_release)
410 CALL(sys_release_ts) 410 CALL(sys_release_ts)
411 CALL(sys_null_call) 411 CALL(sys_null_call)
412/* 300 */ CALL(sys_get_current_budget)
413
412 414
413#ifndef syscalls_counted 415#ifndef syscalls_counted
414.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls 416.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls