Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
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
Commits
a4b7b6d7
Commit
a4b7b6d7
authored
Aug 14, 2008
by
Bryan Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin arch: hook up some missing new system calls
Signed-off-by:
Bryan Wu
<
cooloney@kernel.org
>
parent
b42a9f44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
arch/blackfin/mach-common/entry.S
arch/blackfin/mach-common/entry.S
+6
-0
include/asm-blackfin/unistd.h
include/asm-blackfin/unistd.h
+7
-1
No files found.
arch/blackfin/mach-common/entry.S
View file @
a4b7b6d7
...
@@ -1422,6 +1422,12 @@ ENTRY(_sys_call_table)
...
@@ -1422,6 +1422,12 @@ ENTRY(_sys_call_table)
.
long
_sys_semtimedop
.
long
_sys_semtimedop
.
long
_sys_timerfd_settime
.
long
_sys_timerfd_settime
.
long
_sys_timerfd_gettime
.
long
_sys_timerfd_gettime
.
long
_sys_signalfd4
/*
360
*/
.
long
_sys_eventfd2
.
long
_sys_epoll_create1
.
long
_sys_dup3
.
long
_sys_pipe2
.
long
_sys_inotify_init1
/*
365
*/
.
rept
NR_syscalls
-(
.
-
_sys_call_table
)/
4
.
rept
NR_syscalls
-(
.
-
_sys_call_table
)/
4
.
long
_sys_ni_syscall
.
long
_sys_ni_syscall
...
...
include/asm-blackfin/unistd.h
View file @
a4b7b6d7
...
@@ -372,8 +372,14 @@
...
@@ -372,8 +372,14 @@
#define __NR_semtimedop 357
#define __NR_semtimedop 357
#define __NR_timerfd_settime 358
#define __NR_timerfd_settime 358
#define __NR_timerfd_gettime 359
#define __NR_timerfd_gettime 359
#define __NR_signalfd4 360
#define __NR_eventfd2 361
#define __NR_epoll_create1 362
#define __NR_dup3 363
#define __NR_pipe2 364
#define __NR_inotify_init1 365
#define __NR_syscall 36
0
#define __NR_syscall 36
6
#define NR_syscalls __NR_syscall
#define NR_syscalls __NR_syscall
/* Old optional stuff no one actually uses */
/* Old optional stuff no one actually uses */
...
...
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