diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2004-09-03 09:19:49 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2004-09-03 09:19:49 +0000 |
| commit | 00b0483d5c1f05fd8c44a50f59cbc251940447fc (patch) | |
| tree | 620168a1e455387a9b638a808aff38ccbf39e013 /sys/kern/sched_4bsd.c | |
| parent | 37c28a022b989814feeb500086c3dcec9310cf6c (diff) | |
Notes
Diffstat (limited to 'sys/kern/sched_4bsd.c')
| -rw-r--r-- | sys/kern/sched_4bsd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index 30c0bb25eae0..44e34a55f87a 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -102,7 +102,9 @@ static void sched_setup(void *dummy); static void maybe_resched(struct thread *td); static void updatepri(struct ksegrp *kg); static void resetpriority(struct ksegrp *kg); +#ifdef SMP static int forward_wakeup(int cpunum); +#endif static struct kproc_desc sched_kp = { "schedcpu", |
