Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
cca33aa3
Commit
cca33aa3
authored
Nov 22, 2004
by
Tony Luck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IA64] Add add_key, request_key, keyctl syscalls
Signed-off-by:
Tony Luck
<
tony.luck@intel.com
>
parent
e498b943
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
arch/ia64/kernel/entry.S
arch/ia64/kernel/entry.S
+3
-3
include/asm-ia64/unistd.h
include/asm-ia64/unistd.h
+3
-0
No files found.
arch/ia64/kernel/entry.S
View file @
cca33aa3
...
@@ -1528,9 +1528,9 @@ sys_call_table:
...
@@ -1528,9 +1528,9 @@ sys_call_table:
data8
sys_ni_syscall
//
reserved
for
kexec_load
data8
sys_ni_syscall
//
reserved
for
kexec_load
data8
sys_ni_syscall
//
reserved
for
vserver
data8
sys_ni_syscall
//
reserved
for
vserver
data8
sys_waitid
//
1270
data8
sys_waitid
//
1270
data8
sys_
ni_syscall
data8
sys_
add_key
data8
sys_
ni_syscall
data8
sys_
request_key
data8
sys_
ni_syscal
l
data8
sys_
keyct
l
data8
sys_ni_syscall
data8
sys_ni_syscall
data8
sys_ni_syscall
//
1275
data8
sys_ni_syscall
//
1275
data8
sys_ni_syscall
data8
sys_ni_syscall
...
...
include/asm-ia64/unistd.h
View file @
cca33aa3
...
@@ -260,6 +260,9 @@
...
@@ -260,6 +260,9 @@
#define __NR_kexec_load 1268
#define __NR_kexec_load 1268
#define __NR_vserver 1269
#define __NR_vserver 1269
#define __NR_waitid 1270
#define __NR_waitid 1270
#define __NR_add_key 1271
#define __NR_request_key 1272
#define __NR_keyctl 1273
#ifdef __KERNEL__
#ifdef __KERNEL__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment