Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 14:40:42 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283375 - head/sys/i386/linux
Message-ID:  <201505241440.t4OEegui026850@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sun May 24 14:40:41 2015
New Revision: 283375
URL: https://svnweb.freebsd.org/changeset/base/283375

Log:
  In preparation for switching linuxulator to the use the native 1:1
  threads use MI linux_sched_rr_get_interval() in i386.
  
  Differential Revision:	https://reviews.freebsd.org/D1033
  Reviewed by:	trasz

Modified:
  head/sys/i386/linux/syscalls.master

Modified: head/sys/i386/linux/syscalls.master
==============================================================================
--- head/sys/i386/linux/syscalls.master	Sun May 24 14:39:26 2015	(r283374)
+++ head/sys/i386/linux/syscalls.master	Sun May 24 14:40:41 2015	(r283375)
@@ -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); }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505241440.t4OEegui026850>