diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-26 11:49:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-26 11:49:50 +0000 |
commit | d8c334015737158be2a1dea51dcaadaa969fd9ab (patch) | |
tree | 43ba11ce8fe9627d6f3ad11d389269f025e536ad /sys/arch/amd64 | |
parent | b55989a2048004f76c8fbc8c8d3af484669f841d (diff) |
knf relative to i386
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/acpi_machdep.c | 3 |
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 |