Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 15:43:27 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_intr.c src/sys/sys interrupt.h
Message-ID:  <200105172243.f4HMhR352963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/05/17 15:43:26 PDT

  Modified files:
    sys/kern             kern_intr.c 
    sys/sys              interrupt.h 
  Log:
  - Remove the global ithread_list_lock spin lock in favor of per-ithread
    sleep locks.
  - Delay returning from ithread_remove_handler() until we are certain that
    the interrupt handler being removed has in fact been removed from the
    ithread.
  - XXX: There is still a problem in that nothing protects the kernel from
    adding a new handler while the ithread is running, though with our
    current architectures this is not a problem.
  
  Requested by:	gibbs (2)
  
  Revision  Changes    Path
  1.55      +31 -38    src/sys/kern/kern_intr.c
  1.17      +5 -1      src/sys/sys/interrupt.h


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?200105172243.f4HMhR352963>