diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-27 16:53:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-27 16:53:12 +0000 |
commit | 357ef0a59acd38d0252d97a185411096ea76c5dd (patch) | |
tree | 4ddaba98256139a8e88800c5a18426db4c996ba6 /sys/arch/amd64 | |
parent | 7159ce18741b2922c88f165522588b38c3f1e414 (diff) |
delete a #if 0 chunk which was used for early development and will never
be reused
ok jordan
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/acpi_machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/amd64/amd64/acpi_machdep.c b/sys/arch/amd64/amd64/acpi_machdep.c index 58c48caafed..726b2d45f62 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.41 2010/07/25 21:43:38 deraadt Exp $ */ +/* $OpenBSD: acpi_machdep.c,v 1.42 2010/07/27 16:53:11 deraadt Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -242,11 +242,6 @@ acpi_sleep_machdep(struct acpi_softc *sc, int state) } /* Resume path continues here */ -#if 0 - /* Temporarily disabled for debugging purposes */ - /* Reset the wakeup vector to avoid resuming on reboot */ - sc->sc_facs->wakeup_vector = 0; -#endif #if NISA > 0 i8259_default_setup(); |