diff options
author | 2005-04-21 11:28:26 -0700 | |
---|---|---|
committer | 2005-04-21 11:28:26 -0700 | |
commit | 40b7bc062cdacb3883bb0f94eb122b8336af5b36 (patch) | |
tree | de1f7f2e59cf8ada9120699213564b7783860d00 /arch/alpha/kernel/systbls.S | |
parent | [PATCH] fix for ISDN ippp filtering (diff) | |
download | linux-dev-40b7bc062cdacb3883bb0f94eb122b8336af5b36.tar.xz linux-dev-40b7bc062cdacb3883bb0f94eb122b8336af5b36.zip |
[PATCH] alpha: key management syscalls
Allocate syscall numbers for add_key, request_key, keyctl.
Diffstat (limited to '')
-rw-r--r-- | arch/alpha/kernel/systbls.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/kernel/systbls.S b/arch/alpha/kernel/systbls.S index faab8c2a03eb..3864b33562ee 100644 --- a/arch/alpha/kernel/systbls.S +++ b/arch/alpha/kernel/systbls.S @@ -458,6 +458,9 @@ sys_call_table: .quad sys_mq_notify .quad sys_mq_getsetattr .quad sys_waitid + .quad sys_add_key + .quad sys_request_key /* 440 */ + .quad sys_keyctl .size sys_call_table, . - sys_call_table .type sys_call_table, @object |