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
78c129b9
Commit
78c129b9
authored
May 13, 2007
by
Haavard Skinnemoen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AVR32] Wire up signalfd, timerfd and eventfd
Signed-off-by:
Haavard Skinnemoen
<
hskinnemoen@atmel.com
>
parent
9caebec7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
arch/avr32/kernel/syscall_table.S
arch/avr32/kernel/syscall_table.S
+3
-0
include/asm-avr32/unistd.h
include/asm-avr32/unistd.h
+4
-1
No files found.
arch/avr32/kernel/syscall_table.S
View file @
78c129b9
...
...
@@ -292,4 +292,7 @@ sys_call_table:
.
long
sys_shmdt
.
long
sys_shmctl
.
long
sys_utimensat
.
long
sys_signalfd
.
long
sys_timerfd
/*
280
*/
.
long
sys_eventfd
.
long
sys_ni_syscall
/*
r8
is
saturated
at
nr_syscalls
*/
include/asm-avr32/unistd.h
View file @
78c129b9
...
...
@@ -296,9 +296,12 @@
#define __NR_shmctl 277
#define __NR_utimensat 278
#define __NR_signalfd 279
#define __NR_timerfd 280
#define __NR_eventfd 281
#ifdef __KERNEL__
#define NR_syscalls 2
79
#define NR_syscalls 2
82
#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