]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't disable interrupts a second time. Remove an extraneous interrupt
authorNate Lawson <njl@FreeBSD.org>
Mon, 8 Sep 2003 06:22:54 +0000 (06:22 +0000)
committerNate Lawson <njl@FreeBSD.org>
Mon, 8 Sep 2003 06:22:54 +0000 (06:22 +0000)
commitbf10d4f8c4fb8f4d28ce1912e36375eee92a3014
tree0d33d3d782f9aff917642610fde97c11bbd01df3
parent03be99d20cc663670cb51ade16266ca770f1f0ae
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