summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-11-26 11:49:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-11-26 11:49:50 +0000
commitd8c334015737158be2a1dea51dcaadaa969fd9ab (patch)
tree43ba11ce8fe9627d6f3ad11d389269f025e536ad /sys/arch/amd64
parentb55989a2048004f76c8fbc8c8d3af484669f841d (diff)
knf relative to i386
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/acpi_machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/acpi_machdep.c b/sys/arch/amd64/amd64/acpi_machdep.c
index d92ee6332a6..e1f9fe70f89 100644
--- a/sys/arch/amd64/amd64/acpi_machdep.c
+++ b/sys/arch/amd64/amd64/acpi_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpi_machdep.c,v 1.29 2009/11/26 11:49:33 deraadt Exp $ */
+/* $OpenBSD: acpi_machdep.c,v 1.30 2009/11/26 11:49:49 deraadt Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
*
@@ -235,7 +235,6 @@ acpi_sleep_machdep(struct acpi_softc *sc, int state)
#if NISA > 0
i8259_default_setup();
#endif
-
intr_calculatemasks(curcpu());
#if NLAPIC > 0