Date: Sat, 1 Nov 2003 19:49:32 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.c Message-ID: <200311020349.hA23nWn1021681@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/11/01 19:49:32 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Remove uses of PRIO_TOTAL and replace them with SCHED_PRI_NRESV - SCHED_PRI_NRESV does not have the off by one error in PRIO_TOTAL so we do not have to account for it in the few places that we use it. Requested by: bde Revision Changes Path 1.72 +5 -5 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311020349.hA23nWn1021681>