Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2011 22:15:30 +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:  <201101112215.p0BMFxnD012621@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2011-01-11 22:15:30 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_intr.c 
    sys/sys              priority.h 
  Log:
  SVN rev 217292 on 2011-01-11 22:15:30Z by jhb
  
  - 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.
  
  Revision  Changes    Path
  1.178     +5 -14     src/sys/kern/kern_intr.c
  1.6       +6 -8      src/sys/sys/priority.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101112215.p0BMFxnD012621>