aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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