cvs commit: src/sys/dev/acpica/Osd OsdInterrupt.c

Nate Lawson njl at FreeBSD.org
Thu Aug 12 23:22:30 PDT 2004


njl         2004-08-13 06:22:24 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica/Osd   OsdInterrupt.c 
  Log:
  MPSAFE locking
  
  * Remove the interrupt wrapper that locked Giant and call the handler
    directly.  Mark the handler as MPSAFE.
  * Don't attempt to detect if a handler is installed.  Leave that to the
    bus_alloc_resource() function.
  
  Revision  Changes    Path
  1.18      +2 -22     src/sys/dev/acpica/Osd/OsdInterrupt.c


More information about the cvs-src mailing list