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
e22388f8
Commit
e22388f8
authored
Feb 07, 2004
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6
into nuts.davemloft.net:/disk1/BK/sparc-2.6
parents
82b3a0c2
2be90e00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
include/asm-sparc/unistd.h
include/asm-sparc/unistd.h
+7
-7
include/asm-sparc64/unistd.h
include/asm-sparc64/unistd.h
+7
-7
No files found.
include/asm-sparc/unistd.h
View file @
e22388f8
...
...
@@ -285,14 +285,14 @@
#define __NR_timer_create 266
/* #define __NR_vserver 267 Reserved for VSERVER */
#define __NR_io_setup 268
#define __NR_io_destroy 26
8
#define __NR_io_submit 2
69
#define __NR_io_cancel 27
0
#define __NR_io_getevents 27
1
/* WARNING: You MAY NOT add syscall numbers larger than 27
1
, since
#define __NR_io_destroy 26
9
#define __NR_io_submit 2
70
#define __NR_io_cancel 27
1
#define __NR_io_getevents 27
2
/* WARNING: You MAY NOT add syscall numbers larger than 27
2
, since
* all of the syscall tables in the Sparc kernel are
* sized to have 27
2
entries (starting at zero). Therefore
* find a free slot in the 0-27
1
range.
* sized to have 27
3
entries (starting at zero). Therefore
* find a free slot in the 0-27
2
range.
*/
#define _syscall0(type,name) \
...
...
include/asm-sparc64/unistd.h
View file @
e22388f8
...
...
@@ -287,14 +287,14 @@
#define __NR_timer_create 266
/* #define __NR_vserver 267 Reserved for VSERVER */
#define __NR_io_setup 268
#define __NR_io_destroy 26
8
#define __NR_io_submit 2
69
#define __NR_io_cancel 27
0
#define __NR_io_getevents 27
1
/* WARNING: You MAY NOT add syscall numbers larger than 27
1
, since
#define __NR_io_destroy 26
9
#define __NR_io_submit 2
70
#define __NR_io_cancel 27
1
#define __NR_io_getevents 27
2
/* WARNING: You MAY NOT add syscall numbers larger than 27
2
, since
* all of the syscall tables in the Sparc kernel are
* sized to have 27
2
entries (starting at zero). Therefore
* find a free slot in the 0-27
1
range.
* sized to have 27
3
entries (starting at zero). Therefore
* find a free slot in the 0-27
2
range.
*/
#define _syscall0(type,name) \
...
...
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