1
0
Fork 0

[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>
wifi-calibration
Alexandr Andreev 2007-03-16 21:07:36 +01:00 committed by Andi Kleen
parent 33a40bfd4f
commit a9bc3bfd12
1 changed files with 1 additions and 1 deletions

View File

@ -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