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
nexedi
linux
Commits
998bbb2f
Commit
998bbb2f
authored
Jan 31, 2014
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: wire up sched_setattr and sched_getattr
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
57737c49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
arch/parisc/include/uapi/asm/unistd.h
arch/parisc/include/uapi/asm/unistd.h
+3
-1
arch/parisc/kernel/syscall_table.S
arch/parisc/kernel/syscall_table.S
+2
-0
No files found.
arch/parisc/include/uapi/asm/unistd.h
View file @
998bbb2f
...
@@ -826,8 +826,10 @@
...
@@ -826,8 +826,10 @@
#define __NR_process_vm_writev (__NR_Linux + 331)
#define __NR_process_vm_writev (__NR_Linux + 331)
#define __NR_kcmp (__NR_Linux + 332)
#define __NR_kcmp (__NR_Linux + 332)
#define __NR_finit_module (__NR_Linux + 333)
#define __NR_finit_module (__NR_Linux + 333)
#define __NR_sched_setattr (__NR_Linux + 334)
#define __NR_sched_getattr (__NR_Linux + 335)
#define __NR_Linux_syscalls (__NR_
finit_module
+ 1)
#define __NR_Linux_syscalls (__NR_
sched_getattr
+ 1)
#define __IGNORE_select
/* newselect */
#define __IGNORE_select
/* newselect */
...
...
arch/parisc/kernel/syscall_table.S
View file @
998bbb2f
...
@@ -429,6 +429,8 @@
...
@@ -429,6 +429,8 @@
ENTRY_COMP
(
process_vm_writev
)
ENTRY_COMP
(
process_vm_writev
)
ENTRY_SAME
(
kcmp
)
ENTRY_SAME
(
kcmp
)
ENTRY_SAME
(
finit_module
)
ENTRY_SAME
(
finit_module
)
ENTRY_SAME
(
sched_setattr
)
ENTRY_SAME
(
sched_getattr
)
/*
335
*/
/
*
Nothing
yet
*/
/
*
Nothing
yet
*/
...
...
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