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
6a1555fd
Commit
6a1555fd
authored
Jun 11, 2009
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Wire up sys_rt_tgsigqueueinfo.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
75c936ae
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
arch/sh/include/asm/unistd_32.h
arch/sh/include/asm/unistd_32.h
+2
-1
arch/sh/include/asm/unistd_64.h
arch/sh/include/asm/unistd_64.h
+2
-1
arch/sh/kernel/syscalls_32.S
arch/sh/kernel/syscalls_32.S
+1
-0
arch/sh/kernel/syscalls_64.S
arch/sh/kernel/syscalls_64.S
+1
-0
No files found.
arch/sh/include/asm/unistd_32.h
View file @
6a1555fd
...
...
@@ -343,8 +343,9 @@
#define __NR_inotify_init1 332
#define __NR_preadv 333
#define __NR_pwritev 334
#define __NR_rt_tgsigqueueinfo 335
#define NR_syscalls 33
5
#define NR_syscalls 33
6
#ifdef __KERNEL__
...
...
arch/sh/include/asm/unistd_64.h
View file @
6a1555fd
...
...
@@ -383,10 +383,11 @@
#define __NR_inotify_init1 360
#define __NR_preadv 361
#define __NR_pwritev 362
#define __NR_rt_tgsigqueueinfo 363
#ifdef __KERNEL__
#define NR_syscalls 36
3
#define NR_syscalls 36
4
#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
...
...
arch/sh/kernel/syscalls_32.S
View file @
6a1555fd
...
...
@@ -351,3 +351,4 @@ ENTRY(sys_call_table)
.
long
sys_inotify_init1
.
long
sys_preadv
.
long
sys_pwritev
.
long
sys_rt_tgsigqueueinfo
/*
335
*/
arch/sh/kernel/syscalls_64.S
View file @
6a1555fd
...
...
@@ -389,3 +389,4 @@ sys_call_table:
.
long
sys_inotify_init1
/*
360
*/
.
long
sys_preadv
.
long
sys_pwritev
.
long
sys_rt_tgsigqueueinfo
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