summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 14:41:58 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 14:41:58 +0000
commit921615e079c8e5a586e50926ad9196808a445f93 (patch)
tree31b0b643c8959f79fe658b0557d7c10b61a07711
parentfd9d33be2a51f313e557a77d61add75b4a80bedc (diff)
downloadFreeBSD-src-921615e079c8e5a586e50926ad9196808a445f93.zip
FreeBSD-src-921615e079c8e5a586e50926ad9196808a445f93.tar.gz
MFC r283375:
In preparation for switching linuxulator to the use the native 1:1 threads use MI linux_sched_rr_get_interval() in i386.
-rw-r--r--sys/i386/linux/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 62d5367..4de3487 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -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); }
OpenPOWER on IntegriCloud