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
nexedi
linux
Commits
bab7e6ec
Commit
bab7e6ec
authored
Nov 04, 2004
by
Tony Luck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IA64] Allocate syscall #1270 for waitid syscall.
Signed-off-by:
Tony Luck
<
tony.luck@intel.com
>
parent
0d25e8dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
arch/ia64/kernel/entry.S
arch/ia64/kernel/entry.S
+2
-2
include/asm-ia64/unistd.h
include/asm-ia64/unistd.h
+2
-1
No files found.
arch/ia64/kernel/entry.S
View file @
bab7e6ec
...
...
@@ -1526,8 +1526,8 @@ sys_call_table:
data8
sys_mq_notify
data8
sys_mq_getsetattr
data8
sys_ni_syscall
//
reserved
for
kexec_load
data8
sys_ni_syscall
data8
sys_
ni_syscall
//
1270
data8
sys_ni_syscall
//
reserved
for
vserver
data8
sys_
waitid
//
1270
data8
sys_ni_syscall
data8
sys_ni_syscall
data8
sys_ni_syscall
...
...
include/asm-ia64/unistd.h
View file @
bab7e6ec
...
...
@@ -259,6 +259,7 @@
#define __NR_mq_getsetattr 1267
#define __NR_kexec_load 1268
#define __NR_vserver 1269
#define __NR_waitid 1270
#ifdef __KERNEL__
...
...
@@ -385,7 +386,7 @@ asmlinkage long sys_rt_sigaction(int sig,
* "Conditional" syscalls
*
* Note, this macro can only be used in the file which defines sys_ni_syscall, i.e., in
* kernel/sys.c. This version causes warnings because the declaration isn't a
* kernel/sys
_ni
.c. This version causes warnings because the declaration isn't a
* proper prototype, but we can't use __typeof__ either, because not all cond_syscall()
* declarations have prototypes at the moment.
*/
...
...
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