diff options
author | Stephen Tang <sytang@cs.unc.edu> | 2017-04-03 09:30:13 -0400 |
---|---|---|
committer | Stephen Tang <sytang@cs.unc.edu> | 2017-04-03 09:30:13 -0400 |
commit | cae5ba2badcf13937b83564a5ab2231cc554b42c (patch) | |
tree | a311ddf0a4a1944e8d215695d83cac4150fd1ce7 /arch | |
parent | d57b8f5a8e2d08fa972dad6b646a02a5dd931be4 (diff) |
Mode change implementation
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/kernel/calls.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S index 55dc86323c86..1bfbe240fb63 100644 --- a/arch/arm/kernel/calls.S +++ b/arch/arm/kernel/calls.S | |||
@@ -417,6 +417,8 @@ | |||
417 | /* 405 */ CALL(sys_test_call) | 417 | /* 405 */ CALL(sys_test_call) |
418 | CALL(sys_run_test) | 418 | CALL(sys_run_test) |
419 | CALL(sys_lock_buffer) | 419 | CALL(sys_lock_buffer) |
420 | CALL(sys_request_mode) | ||
421 | CALL(sys_enact_mode) | ||
420 | 422 | ||
421 | #ifndef syscalls_counted | 423 | #ifndef syscalls_counted |
422 | .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls | 424 | .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls |