]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Collapse sched_switchin() and sched_switchout() into sched_switch(). Now
authorJeff Roberson <jeff@FreeBSD.org>
Thu, 16 Oct 2003 08:53:46 +0000 (08:53 +0000)
committerJeff Roberson <jeff@FreeBSD.org>
Thu, 16 Oct 2003 08:53:46 +0000 (08:53 +0000)
commitae53b483cc2aca67dfe9f651f4a1683011c4fbdd
tree58676b73754d9322936b32b75441e5fb2dec634e
parent7cf90fb376cb1725c793d9c1adb86e4e08dc2fc3
 - Collapse sched_switchin() and sched_switchout() into sched_switch().  Now
   mi_switch() calls sched_switch() which calls cpu_switch().  This is
   actually one less function call than it had been.
sys/kern/kern_synch.c
sys/kern/sched_4bsd.c
sys/kern/sched_ule.c
sys/sys/sched.h