Date: Thu, 20 Mar 2008 02:14:02 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys runq.h src/sys/kern kern_switch.c sched_4bsd.c Message-ID: <200803200214.m2K2E2Wc062503@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2008-03-20 02:14:02 UTC
FreeBSD src repository
Modified files:
sys/sys runq.h
sys/kern kern_switch.c sched_4bsd.c
Log:
- Move maybe_preempt() from kern_switch.c to sched_4bsd.c. This is function
is only used by 4bsd.
- Create a new runq_choose_fuzz() function rather than polluting runq_choose()
with 4BSD specific code.
- Move the fuzz sysctl into sched_4bsd.c
- Remove some dead code from kern_switch.c
Revision Changes Path
1.141 +26 -113 src/sys/kern/kern_switch.c
1.121 +89 -1 src/sys/kern/sched_4bsd.c
1.11 +1 -0 src/sys/sys/runq.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803200214.m2K2E2Wc062503>
