Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2011 16:32:34 +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:  <201102041633.p14GX9CD016062@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2011-02-04 16:32:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             kern_intr.c 
    sys/sys              priority.h 
  Log:
  SVN rev 218284 on 2011-02-04 16:32:34Z 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.147.2.9  +5 -14     src/sys/kern/kern_intr.c
  1.4.2.2    +2 -4      src/sys/sys/priority.h



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