diff options
author | 2009-11-26 11:49:49 +0000 | |
---|---|---|
committer | 2009-11-26 11:49:49 +0000 | |
commit | 476f549996939bac8f623aa9fbe63e6a25ad7f3e (patch) | |
tree | 016c98be82530b7dee1f4a58b894e8e13753d45d | |
parent | re-init the fpu like on i386 (diff) | |
download | wireguard-openbsd-476f549996939bac8f623aa9fbe63e6a25ad7f3e.tar.xz wireguard-openbsd-476f549996939bac8f623aa9fbe63e6a25ad7f3e.zip |
knf relative to i386
-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 |