diff options
-rw-r--r-- | sys/kern/kern_switch.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys/kern/kern_switch.c b/sys/kern/kern_switch.c index 13bba12..1cbb659 100644 --- a/sys/kern/kern_switch.c +++ b/sys/kern/kern_switch.c @@ -630,27 +630,4 @@ sched_newthread(struct thread *td) ts->ts_thread = td; } -/* - * Called from: - * thr_create() - * proc_init() (UMA) via sched_newproc() - */ -void -sched_init_concurrency(struct proc *p) -{ -} - -/* - * Change the concurrency of an existing proc to N - * Called from: - * kse_create() - * kse_exit() - * thread_exit() - * thread_single() - */ -void -sched_set_concurrency(struct proc *p, int concurrency) -{ -} - #endif /* KERN_SWITCH_INCLUDE */ |