svn commit: r247177 - user/dchagin/lemul/sys/i386/linux

Dmitry Chagin dchagin at FreeBSD.org
Sat Feb 23 09:00:45 UTC 2013


Author: dchagin
Date: Sat Feb 23 09:00:44 2013
New Revision: 247177
URL: http://svnweb.freebsd.org/changeset/base/247177

Log:
      In preparation for switching linuxulator to the use the native 1:1 threads
      use MI linux_sched_rr_get_interval() in i386.

Modified:
  user/dchagin/lemul/sys/i386/linux/syscalls.master

Modified: user/dchagin/lemul/sys/i386/linux/syscalls.master
==============================================================================
--- user/dchagin/lemul/sys/i386/linux/syscalls.master	Sat Feb 23 09:00:35 2013	(r247176)
+++ user/dchagin/lemul/sys/i386/linux/syscalls.master	Sat Feb 23 09:00:44 2013	(r247177)
@@ -283,8 +283,8 @@
 				    l_int policy); }
 160	AUE_SCHED_GET_PRIORITY_MIN	STD { int linux_sched_get_priority_min( \
 				    l_int policy); }
-161	AUE_SCHED_RR_GET_INTERVAL	NOPROTO	{ int sched_rr_get_interval(l_pid_t pid, \
-				    struct l_timespec *interval); }
+161	AUE_SCHED_RR_GET_INTERVAL	STD	{ int linux_sched_rr_get_interval( \
+				    l_pid_t pid, struct l_timespec *interval); }
 162	AUE_NULL	STD	{ int linux_nanosleep( \
 				    const struct l_timespec *rqtp, \
 				    struct l_timespec *rmtp); }


More information about the svn-src-user mailing list