summaryrefslogtreecommitdiffstats
path: root/sys/sys/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sched.h')
-rw-r--r--sys/sys/sched.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/sys/sched.h b/sys/sys/sched.h
index ca7bfc9..431a929 100644
--- a/sys/sys/sched.h
+++ b/sys/sys/sched.h
@@ -82,11 +82,6 @@ int sched_runnable(void);
void sched_exit(struct proc *p, struct thread *childtd);
void sched_fork(struct thread *td, struct thread *childtd);
void sched_fork_exit(struct thread *td);
-
-/*
- * KSE Groups contain scheduling priority information. They record the
- * behavior of groups of KSEs and threads.
- */
void sched_class(struct thread *td, int class);
void sched_nice(struct proc *p, int nice);
OpenPOWER on IntegriCloud