Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2002 07:10:09 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_synch.c
Message-ID:  <200210011410.g91EA9EZ026286@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/10/01 07:10:09 PDT

  Modified files:
    sys/kern             kern_synch.c 
  Log:
  - Adjust comment noting that handling of CPU limit exhaustion is done in
    ast().
  - Actually set KEF_ASTPENDING so ast() is called.  I think this is buggy
    for a process with multiple KSE's in that PS_XCPU is not a KSE event,
    it's a process-wide event.  IMO there really should probably be two
    ASTPENDING flags, one for per-process, and one for per-KSE.
  
  Submitted by:   bde
  
  Revision  Changes    Path
  1.199     +5 -2      src/sys/kern/kern_synch.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?200210011410.g91EA9EZ026286>