Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
bbfd2bf9
Commit
bbfd2bf9
authored
Nov 06, 2006
by
Haavard Skinnemoen
Browse files
Options
Browse Files
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:
rcall
sys_splice
sub
sp
,
-
4
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
arch/avr32/kernel/syscall_table.S
View file @
bbfd2bf9
...
...
@@ -286,4 +286,5 @@ sys_call_table:
.
long
sys_sync_file_range
.
long
sys_tee
.
long
sys_vmsplice
.
long
__sys_epoll_pwait
/*
265
*/
.
long
sys_ni_syscall
/*
r8
is
saturated
at
nr_syscalls
*/
include/asm-avr32/unistd.h
View file @
bbfd2bf9
...
...
@@ -280,9 +280,10 @@
#define __NR_sync_file_range 262
#define __NR_tee 263
#define __NR_vmsplice 264
#define __NR_epoll_pwait 265
#ifdef __KERNEL__
#define NR_syscalls 26
5
#define NR_syscalls 26
6
#define __ARCH_WANT_IPC_PARSE_VERSION
...
...
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