mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Oops accidentally removed #ifdef SCHED_4BSD
as part of another commit This function is not yet used in ULE
This commit is contained in:
parent
5a71a6fe52
commit
e8807f22f9
1 changed files with 2 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ slot_fill(struct ksegrp *kg)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef SCHED_4BSD
|
||||
/*
|
||||
* Remove a thread from its KSEGRP's run queue.
|
||||
* This in turn may remove it from a KSE if it was already assigned
|
||||
|
|
@ -273,6 +274,7 @@ remrunqueue(struct thread *td)
|
|||
/* slot_fill(kg); */ /* will replace it with another */
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Change the priority of a thread that is on the run queue.
|
||||
|
|
|
|||
Loading…
Reference in a new issue