diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/sched_4bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index 0ea397b..fe6dfd9 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -73,7 +73,7 @@ struct p_sched *proc0_sched = NULL; struct td_sched *thread0_sched = NULL; static int sched_quantum; /* Roundrobin scheduling quantum in ticks. */ -#define SCHED_QUANTUM (hz / 10); /* Default sched quantum */ +#define SCHED_QUANTUM (hz / 10) /* Default sched quantum */ static struct callout schedcpu_callout; static struct callout roundrobin_callout; |