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
a311c218
Commit
a311c218
authored
Oct 03, 2004
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Add POSIX message queue and waitid syscalls.
parent
4400c13b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
arch/arm/kernel/calls.S
arch/arm/kernel/calls.S
+8
-1
include/asm-arm/unistd.h
include/asm-arm/unistd.h
+7
-0
No files found.
arch/arm/kernel/calls.S
View file @
a311c218
/*
/*
*
linux
/
arch
/
arm
/
kernel
/
calls
.
S
*
linux
/
arch
/
arm
/
kernel
/
calls
.
S
*
*
*
Copyright
(
C
)
1995
-
200
3
Russell
King
*
Copyright
(
C
)
1995
-
200
4
Russell
King
*
*
*
This
program
is
free
software
; you can redistribute it and/or modify
*
This
program
is
free
software
; you can redistribute it and/or modify
*
it
under
the
terms
of
the
GNU
General
Public
License
version
2
as
*
it
under
the
terms
of
the
GNU
General
Public
License
version
2
as
...
@@ -288,6 +288,13 @@ __syscall_start:
...
@@ -288,6 +288,13 @@ __syscall_start:
.
long
sys_pciconfig_iobase
.
long
sys_pciconfig_iobase
.
long
sys_pciconfig_read
.
long
sys_pciconfig_read
.
long
sys_pciconfig_write
.
long
sys_pciconfig_write
.
long
sys_mq_open
/*
275
*/
.
long
sys_mq_unlink
.
long
sys_mq_timedsend
.
long
sys_mq_timedreceive
.
long
sys_mq_notify
.
long
sys_mq_getsetattr
/*
280
*/
.
long
sys_waitid
__syscall_end
:
__syscall_end
:
.
rept
NR_syscalls
-
(
__syscall_end
-
__syscall_start
)
/
4
.
rept
NR_syscalls
-
(
__syscall_end
-
__syscall_start
)
/
4
...
...
include/asm-arm/unistd.h
View file @
a311c218
...
@@ -299,6 +299,13 @@
...
@@ -299,6 +299,13 @@
#define __NR_pciconfig_iobase (__NR_SYSCALL_BASE+271)
#define __NR_pciconfig_iobase (__NR_SYSCALL_BASE+271)
#define __NR_pciconfig_read (__NR_SYSCALL_BASE+272)
#define __NR_pciconfig_read (__NR_SYSCALL_BASE+272)
#define __NR_pciconfig_write (__NR_SYSCALL_BASE+273)
#define __NR_pciconfig_write (__NR_SYSCALL_BASE+273)
#define __NR_mq_open (__NR_SYSCALL_BASE+274)
#define __NR_mq_unlink (__NR_SYSCALL_BASE+275)
#define __NR_mq_timedsend (__NR_SYSCALL_BASE+276)
#define __NR_mq_timedreceive (__NR_SYSCALL_BASE+277)
#define __NR_mq_notify (__NR_SYSCALL_BASE+278)
#define __NR_mq_getsetattr (__NR_SYSCALL_BASE+279)
#define __NR_waitid (__NR_SYSCALL_BASE+280)
/*
/*
* The following SWIs are ARM private.
* The following SWIs are ARM private.
...
...
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