mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135255
@ -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 New Issue
Block a user