From: Petar Jovanovic Date: Wed, 14 Aug 2019 15:43:10 +0000 (+0000) Subject: mips32: hook up sched_rr_get_interval syscall X-Git-Tag: VALGRIND_3_16_0~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803bf32f4ca3719d6cb50368237414eb564e90f1;p=thirdparty%2Fvalgrind.git mips32: hook up sched_rr_get_interval syscall Hook up sched_rr_get_interval syscall for mips32. This fixes sched_rr_get_interval01 and several other tests in the LTP test suite. --- diff --git a/coregrind/m_syswrap/syswrap-mips32-linux.c b/coregrind/m_syswrap/syswrap-mips32-linux.c index c745550251..f32e02d593 100644 --- a/coregrind/m_syswrap/syswrap-mips32-linux.c +++ b/coregrind/m_syswrap/syswrap-mips32-linux.c @@ -927,7 +927,7 @@ static SyscallTableEntry syscall_main_table[] = { LINX_ (__NR_sched_yield, sys_sched_yield), // 162 LINX_ (__NR_sched_get_priority_max, sys_sched_get_priority_max), // 163 LINX_ (__NR_sched_get_priority_min, sys_sched_get_priority_min), // 164 - //.. //LINX?(__NR_sched_rr_get_interval, sys_sched_rr_get_interval), // 165 + LINXY (__NR_sched_rr_get_interval, sys_sched_rr_get_interval), // 165 GENXY (__NR_nanosleep, sys_nanosleep), // 166 GENX_ (__NR_mremap, sys_mremap), // 167 LINXY (__NR_accept, sys_accept), // 168