]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't disable interrupts a second time. Remove an extraneous interrupt
authornjl <njl@FreeBSD.org>
Mon, 8 Sep 2003 06:22:54 +0000 (06:22 +0000)
committernjl <njl@FreeBSD.org>
Mon, 8 Sep 2003 06:22:54 +0000 (06:22 +0000)
commit6e452678be44b116f644b1132c92ea48b0a75baa
tree0d33d3d782f9aff917642610fde97c11bbd01df3
parent81a5dc108d0dbc8195066d40a5551a64f03bd689
Don't disable interrupts a second time.  Remove an extraneous interrupt
enable (that happens elsewhere).  Clarify the interrupt disabling point
by using ACPI_DISABLE_IRQS().

Tested by: Kevin Oberman
sys/i386/acpica/acpi_wakeup.c