From b4bfc67361666e98dc7c5517afbdcb1654f20d9b Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 21 Apr 2005 14:02:34 -0700 Subject: [PATCH] --- yaml --- r: 348 b: refs/heads/master c: 8d134db051134c38ae6bf36034403c7da7f0e3da h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/alpha/kernel/systbls.S | 3 +++ trunk/include/asm-alpha/unistd.h | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 26af53d4b8ce..5514c4cfce10 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 821376bf15e692941f9235f13a14987009fd0b10 +refs/heads/master: 8d134db051134c38ae6bf36034403c7da7f0e3da diff --git a/trunk/arch/alpha/kernel/systbls.S b/trunk/arch/alpha/kernel/systbls.S index faab8c2a03eb..3864b33562ee 100644 --- a/trunk/arch/alpha/kernel/systbls.S +++ b/trunk/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 diff --git a/trunk/include/asm-alpha/unistd.h b/trunk/include/asm-alpha/unistd.h index c4e70e8617eb..535bc425f243 100644 --- a/trunk/include/asm-alpha/unistd.h +++ b/trunk/include/asm-alpha/unistd.h @@ -374,8 +374,11 @@ #define __NR_mq_notify 436 #define __NR_mq_getsetattr 437 #define __NR_waitid 438 +#define __NR_add_key 439 +#define __NR_request_key 440 +#define __NR_keyctl 441 -#define NR_SYSCALLS 439 +#define NR_SYSCALLS 442 #if defined(__GNUC__)