Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Remove comment that is out of date and I think hint...
details: https://anonhg.NetBSD.org/src/rev/30193f3e6ee2
branches: trunk
changeset: 744233:30193f3e6ee2
user: ad <ad%NetBSD.org@localhost>
date: Mon Jan 27 22:05:10 2020 +0000
description:
Remove comment that is out of date and I think hinting at something other
than what it says (preemption case for SCHED_FIFO).
diffstat:
sys/kern/sys_sched.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 19fb19d7482c -r 30193f3e6ee2 sys/kern/sys_sched.c
--- a/sys/kern/sys_sched.c Mon Jan 27 21:58:16 2020 +0000
+++ b/sys/kern/sys_sched.c Mon Jan 27 22:05:10 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sys_sched.c,v 1.46 2016/07/30 15:38:17 christos Exp $ */
+/* $NetBSD: sys_sched.c,v 1.47 2020/01/27 22:05:10 ad Exp $ */
/*
* Copyright (c) 2008, 2011 Mindaugas Rasiukevicius <rmind at NetBSD org>
@@ -38,11 +38,10 @@
*
* TODO:
* - Handle pthread_setschedprio() as defined by POSIX;
- * - Handle sched_yield() case for SCHED_FIFO as defined by POSIX;
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sys_sched.c,v 1.46 2016/07/30 15:38:17 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sys_sched.c,v 1.47 2020/01/27 22:05:10 ad Exp $");
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index