Date: Fri, 4 Feb 2011 17:11:53 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern sched_ule.c Message-ID: <201102041712.p14HCBeH031133@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-02-04 17:11:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern sched_ule.c Log: SVN rev 218287 on 2011-02-04 17:11:53Z by jhb MFC 217351: Introduce two new helper macros to define the priority ranges used for interactive timeshare threads (PRI_*_INTERACTIVE) and non-interactive timeshare threads (PRI_*_BATCH) and use these instead of PRI_*_REALTIME and PRI_*_TIMESHARE. No functional change. Revision Changes Path 1.214.2.20 +24 -15 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102041712.p14HCBeH031133>