- Clean up an unused variable.
Submitted by: Steve Kargl <skg@routmask.apl.washington.edu>
This commit is contained in:
parent
58bbb89074
commit
6465cec224
@ -528,7 +528,9 @@ kseq_setup(struct kseq *kseq)
|
||||
static void
|
||||
sched_setup(void *dummy)
|
||||
{
|
||||
#ifdef SMP
|
||||
int i;
|
||||
#endif
|
||||
|
||||
slice_min = (hz/100); /* 10ms */
|
||||
slice_max = (hz/7); /* ~140ms */
|
||||
|
Loading…
Reference in New Issue
Block a user