Date: Fri, 13 Aug 2004 06:22:24 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica/Osd OsdInterrupt.c Message-ID: <200408130622.i7D6MOgl071300@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408130622.i7D6MOgl071300>