Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2001 21:33:03 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_intr.c
Message-ID:  <200103020533.f225X3r60233@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/03/01 21:33:03 PST

  Modified files:
    sys/kern             kern_intr.c 
  Log:
  - Check to see if malloc() returned NULL even with M_WAITOK.
  - Add a KASSERT() to ensure an ithread has a backing kernel thread when we
    schedule it.
  - Don't attempt to preemptively switch to an ithread if p_stat of curproc
    is not SRUN.
  
  Revision  Changes    Path
  1.48      +7 -2      src/sys/kern/kern_intr.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?200103020533.f225X3r60233>