Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 18:53:45 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern init_main.c kern_fork.c kern_intr.c kern_mutex.c
Message-ID:  <200102280253.f1S2rjx96970@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2001/02/27 18:53:44 PST

  Modified files:
    sys/kern             init_main.c kern_fork.c kern_intr.c 
                         kern_mutex.c 
  Log:
  Sigh.  Try to get priorities sorted out.  Don't bother trying to
  update native priority, it is diffcult to get right and likely
  to end up horribly wrong.  Use an honestly wrong fixed value
  that seems to work; PUSER for user threads, and the interrupt
  priority for ithreads.  Set it once when the process is created
  and forget about it.
  
  Suggested by:	bde
  Pointy hat:	me
  
  Revision  Changes    Path
  1.162     +2 -2      src/sys/kern/init_main.c
  1.103     +1 -2      src/sys/kern/kern_fork.c
  1.47      +2 -1      src/sys/kern/kern_intr.c
  1.54      +1 -3      src/sys/kern/kern_mutex.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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