mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
[PATCH] x86-64: wire up compat sched_rr_get_interval(2)
sys32_sched_rr_get_interval() uses compat_timespec but wasn't used itself. Signed-off-by: Alexandr Andreev <aandreev@openvz.org> Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org> Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
parent
33a40bfd4f
commit
a9bc3bfd12
@ -560,7 +560,7 @@ ia32_sys_call_table:
|
||||
.quad sys_sched_yield
|
||||
.quad sys_sched_get_priority_max
|
||||
.quad sys_sched_get_priority_min /* 160 */
|
||||
.quad sys_sched_rr_get_interval
|
||||
.quad sys32_sched_rr_get_interval
|
||||
.quad compat_sys_nanosleep
|
||||
.quad sys_mremap
|
||||
.quad sys_setresuid16
|
||||
|
Loading…
Reference in New Issue
Block a user