Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Bricked
flo
Commits
bbfd2bf9
Commit
bbfd2bf9
authored
18 years ago
by
Haavard Skinnemoen
Browse files
Options
Download
Email Patches
Plain Diff
AVR32: Wire up sys_epoll_pwait
Signed-off-by:
Haavard Skinnemoen
<
hskinnemoen@atmel.com
>
parent
168c8fa3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
arch/avr32/kernel/syscall-stubs.S
arch/avr32/kernel/syscall-stubs.S
+9
-0
arch/avr32/kernel/syscall_table.S
arch/avr32/kernel/syscall_table.S
+1
-0
include/asm-avr32/unistd.h
include/asm-avr32/unistd.h
+2
-1
No files found.
arch/avr32/kernel/syscall-stubs.S
View file @
bbfd2bf9
...
@@ -100,3 +100,12 @@ __sys_splice:
...
@@ -100,3 +100,12 @@ __sys_splice:
rcall
sys_splice
rcall
sys_splice
sub
sp
,
-
4
sub
sp
,
-
4
popm
pc
popm
pc
.
global
__sys_epoll_pwait
.
type
__sys_epoll_pwait
,
@
function
__sys_epoll_pwait
:
pushm
lr
st.w
--
sp
,
ARG6
rcall
sys_epoll_pwait
sub
sp
,
-
4
popm
pc
This diff is collapsed.
Click to expand it.
arch/avr32/kernel/syscall_table.S
View file @
bbfd2bf9
...
@@ -286,4 +286,5 @@ sys_call_table:
...
@@ -286,4 +286,5 @@ sys_call_table:
.
long
sys_sync_file_range
.
long
sys_sync_file_range
.
long
sys_tee
.
long
sys_tee
.
long
sys_vmsplice
.
long
sys_vmsplice
.
long
__sys_epoll_pwait
/*
265
*/
.
long
sys_ni_syscall
/*
r8
is
saturated
at
nr_syscalls
*/
.
long
sys_ni_syscall
/*
r8
is
saturated
at
nr_syscalls
*/
This diff is collapsed.
Click to expand it.
include/asm-avr32/unistd.h
View file @
bbfd2bf9
...
@@ -280,9 +280,10 @@
...
@@ -280,9 +280,10 @@
#define __NR_sync_file_range 262
#define __NR_sync_file_range 262
#define __NR_tee 263
#define __NR_tee 263
#define __NR_vmsplice 264
#define __NR_vmsplice 264
#define __NR_epoll_pwait 265
#ifdef __KERNEL__
#ifdef __KERNEL__
#define NR_syscalls 26
5
#define NR_syscalls 26
6
#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_IPC_PARSE_VERSION
...
...
This diff is collapsed.
Click to expand it.
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