Date: Fri, 4 Feb 2011 16:30:13 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_intr.c src/sys/sys priority.h Message-ID: <201102041630.p14GUeZr015888@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-02-04 16:30:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern kern_intr.c sys/sys priority.h Log: SVN rev 218283 on 2011-02-04 16:30:13Z by jhb MFC 217292: - Retire some unused ithread priorities: PI_TTYHIGH, PI_TAPE, and PI_DISKLOW. While here, rename PI_TTYLOW to PI_TTY. - Add a macro PI_SWI() that takes a SWI_* constant as an argument and returns the suitable thread priority. To preserve the KBI, I did not renumber priorities but simply removed unused ones. Revision Changes Path 1.172.2.4 +5 -14 src/sys/kern/kern_intr.c 1.4.10.3 +2 -4 src/sys/sys/priority.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102041630.p14GUeZr015888>