summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_switch.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2007-06-12 19:50:31 +0000
committerjeff <jeff@FreeBSD.org>2007-06-12 19:50:31 +0000
commita86c52513f431b9572d789eed1960290bb801226 (patch)
tree1f779847b36bac7f2774fe4afc37cf1f808eb51b /sys/kern/kern_switch.c
parent26422aea29504a29d366848358773f507dc368f4 (diff)
downloadFreeBSD-src-a86c52513f431b9572d789eed1960290bb801226.zip
FreeBSD-src-a86c52513f431b9572d789eed1960290bb801226.tar.gz
- Garbage collect unused concurrency functions.
Diffstat (limited to 'sys/kern/kern_switch.c')
-rw-r--r--sys/kern/kern_switch.c23
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 */
OpenPOWER on IntegriCloud