diff options
| author | Namhoon Kim <namhoonk@cs.unc.edu> | 2014-11-19 16:01:27 -0500 |
|---|---|---|
| committer | Namhoon Kim <namhoonk@cs.unc.edu> | 2014-11-19 16:01:27 -0500 |
| commit | d77654f3287edf9fa6aeda97825e9a972bdc8821 (patch) | |
| tree | 6fef5e799ac51b5410a68d1a928f6a3a6e94fe39 /arch/arm/kernel | |
| parent | cef9a08794f4ecdd0d1ea80ef4035f2bc9e234ce (diff) | |
set_page_color syscall
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 34c5ee7964eb..2fbce68d96d3 100644 --- a/arch/arm/kernel/calls.S +++ b/arch/arm/kernel/calls.S | |||
| @@ -404,7 +404,8 @@ | |||
| 404 | CALL(sys_reservation_create) | 404 | CALL(sys_reservation_create) |
| 405 | CALL(sys_reservation_destroy) | 405 | CALL(sys_reservation_destroy) |
| 406 | CALL(sys_set_mc2_task_param) | 406 | CALL(sys_set_mc2_task_param) |
| 407 | 407 | /* 395 */ CALL(sys_set_page_color) | |
| 408 | |||
| 408 | #ifndef syscalls_counted | 409 | #ifndef syscalls_counted |
| 409 | .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls | 410 | .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls |
| 410 | #define syscalls_counted | 411 | #define syscalls_counted |
