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
f63b6d75
Commit
f63b6d75
authored
Feb 18, 2014
by
Max Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xtensa: wire up sched_setattr and sched_getattr syscalls
Signed-off-by:
Max Filippov
<
jcmvbkbc@gmail.com
>
parent
2bc2fde6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
arch/xtensa/include/uapi/asm/unistd.h
arch/xtensa/include/uapi/asm/unistd.h
+6
-1
No files found.
arch/xtensa/include/uapi/asm/unistd.h
View file @
f63b6d75
...
@@ -734,7 +734,12 @@ __SYSCALL(332, sys_finit_module, 3)
...
@@ -734,7 +734,12 @@ __SYSCALL(332, sys_finit_module, 3)
#define __NR_accept4 333
#define __NR_accept4 333
__SYSCALL
(
333
,
sys_accept4
,
4
)
__SYSCALL
(
333
,
sys_accept4
,
4
)
#define __NR_syscall_count 334
#define __NR_sched_setattr 334
__SYSCALL
(
334
,
sys_sched_setattr
,
2
)
#define __NR_sched_getattr 335
__SYSCALL
(
335
,
sys_sched_getattr
,
3
)
#define __NR_syscall_count 336
/*
/*
* sysxtensa syscall handler
* sysxtensa syscall handler
...
...
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