diff options
| author | Namhoon Kim <namhoonk@cs.unc.edu> | 2016-05-01 16:47:16 -0400 |
|---|---|---|
| committer | Namhoon Kim <namhoonk@cs.unc.edu> | 2016-05-01 16:47:16 -0400 |
| commit | 8c20bdbf935c54784e634af2039a5897581e65e8 (patch) | |
| tree | 296487b40226983df01028d48d10ac8e3fbf399a /arch/arm/kernel | |
| parent | 643dae844fc39fa3dc9f45db98070cb29e99e3d5 (diff) | |
Add system calls for RTSS16
Diffstat (limited to 'arch/arm/kernel')
| -rw-r--r-- | arch/arm/kernel/calls.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S index 6c2ad82fd2c8..55dc86323c86 100644 --- a/arch/arm/kernel/calls.S +++ b/arch/arm/kernel/calls.S | |||
| @@ -415,7 +415,8 @@ | |||
| 415 | CALL(sys_set_mc2_task_param) | 415 | CALL(sys_set_mc2_task_param) |
| 416 | CALL(sys_set_page_color) | 416 | CALL(sys_set_page_color) |
| 417 | /* 405 */ CALL(sys_test_call) | 417 | /* 405 */ CALL(sys_test_call) |
| 418 | 418 | CALL(sys_run_test) | |
| 419 | CALL(sys_lock_buffer) | ||
| 419 | 420 | ||
| 420 | #ifndef syscalls_counted | 421 | #ifndef syscalls_counted |
| 421 | .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls | 422 | .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls |
