]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Assert that the proc to return is not NULL in runq_choose the
authorJake Burkholder <jake@FreeBSD.org>
Sat, 24 Feb 2001 14:06:36 +0000 (14:06 +0000)
committerJake Burkholder <jake@FreeBSD.org>
Sat, 24 Feb 2001 14:06:36 +0000 (14:06 +0000)
commitf32ded2fb5f737f8e86e7bd813d23bd14e2a00a1
treeb06f9f6f309b81b6a01fddd531c44611e34cead3
parent41b55591ceaf7f836aff8c7acc65d79b221c8885
- Assert that the proc to return is not NULL in runq_choose the
  same as runq_remove.
- bzero the whole struct runq in runq_init just in case its not
  statically allocated.
sys/kern/kern_switch.c