Remove the select_curproc vector from the usched structure. It is used
commit71613911c54ec6d918db8faf8873b32ebd0ff17a
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 10 Jun 2006 20:19:39 +0000 (10 20:19 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 10 Jun 2006 20:19:39 +0000 (10 20:19 +0000)
tree5c24d9bec393a35f26094b55aaeb88f6c5681c19
parent9183fa5be8787416fcadf672ff569613eb94518b
Remove the select_curproc vector from the usched structure.  It is used
locally within each scheduler but is not called by the kernel through
its vector.

Suggested-by: Michal Belczyk <belczyk@bsd.krakow.pl>
sys/kern/usched_bsd4.c
sys/kern/usched_dummy.c
sys/sys/usched.h