summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2007-08-04 01:21:28 +0000
committerjeff <jeff@FreeBSD.org>2007-08-04 01:21:28 +0000
commit155be8b51882de3e6f4703af6849858d0d809b51 (patch)
tree81d0c5bc69adfde66ad03c2ae86d854602600f0b /sys/kern
parent8b42bd66adade4a86e5dbf2a0886daa60931675e (diff)
downloadFreeBSD-src-155be8b51882de3e6f4703af6849858d0d809b51.zip
FreeBSD-src-155be8b51882de3e6f4703af6849858d0d809b51.tar.gz
- Fix one line that erroneously crept in my last commit.
Approved by: re
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/sched_ule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index 771df07..8569bcd 100644
--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -297,7 +297,6 @@ static void sched_balance_groups(void *);
static void sched_balance_group(struct tdq_group *);
static void sched_balance_pair(struct tdq *, struct tdq *);
static inline struct tdq *sched_setcpu(struct td_sched *, int, int);
-static inline struct tdq *sched_switchcpu(struct td_sched *, int, int);
static inline struct mtx *thread_block_switch(struct thread *);
static inline void thread_unblock_switch(struct thread *, struct mtx *);
static struct mtx *sched_switch_migrate(struct tdq *, struct thread *, int);
OpenPOWER on IntegriCloud