Date: Mon, 28 Jun 2004 16:21:51 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys interrupt.h Message-ID: <200406281621.i5SGLpB9054831@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-06-28 16:21:51 UTC FreeBSD src repository Modified files: sys/sys interrupt.h Log: Adjust the priorities of software interrupts. Bump SWI_CLOCK up to 5 and bump all of the taskqueue swi's to 6. This gives callouts higher priority than taskqueue tasks and gives all taskqueue tasks the same priority. Discussed with: bde Revision Changes Path 1.27 +5 -6 src/sys/sys/interrupt.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406281621.i5SGLpB9054831>