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
d914b8dc
Commit
d914b8dc
authored
Dec 25, 2012
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: switch to generic compat sched_rr_get_interval()
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
441ff959
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
13 deletions
+1
-13
arch/parisc/kernel/sys_parisc32.c
arch/parisc/kernel/sys_parisc32.c
+0
-12
arch/parisc/kernel/syscall_table.S
arch/parisc/kernel/syscall_table.S
+1
-1
No files found.
arch/parisc/kernel/sys_parisc32.c
View file @
d914b8dc
...
...
@@ -61,18 +61,6 @@ asmlinkage long sys32_unimplemented(int r26, int r25, int r24, int r23,
return
-
ENOSYS
;
}
asmlinkage
long
sys32_sched_rr_get_interval
(
pid_t
pid
,
struct
compat_timespec
__user
*
interval
)
{
struct
timespec
t
;
int
ret
;
KERNEL_SYSCALL
(
ret
,
sys_sched_rr_get_interval
,
pid
,
(
struct
timespec
__user
*
)
&
t
);
if
(
put_compat_timespec
(
&
t
,
interval
))
return
-
EFAULT
;
return
ret
;
}
struct
msgbuf32
{
int
mtype
;
char
mtext
[
1
];
...
...
arch/parisc/kernel/syscall_table.S
View file @
d914b8dc
...
...
@@ -250,7 +250,7 @@
/
*
These
2
would
've worked if someone had defined struct timespec
*
carefully
,
like
timeval
for
example
(
which
is
about
the
same
)
.
*
Unfortunately
it
contains
a
long
:
-(
*/
ENTRY_
DIFF
(
sched_rr_get_interval
)
ENTRY_
COMP
(
sched_rr_get_interval
)
ENTRY_COMP
(
nanosleep
)
ENTRY_SAME
(
mremap
)
ENTRY_SAME
(
setresuid
)
...
...
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