diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2012-07-13 16:02:25 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2012-07-13 16:02:25 +0000 |
commit | d8297e78ffe2a6b9dc0f7ccf007949d4ed95c957 (patch) | |
tree | f42c0b78123efe375356d27bf4453b34e17ba177 /sys/arch | |
parent | ec130202a36a5a345bae8ca4b01821afeb84f12b (diff) |
extraneous comment (corresponding code was removed a while back)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/amd64/acpi_machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/acpi_machdep.c b/sys/arch/amd64/amd64/acpi_machdep.c index 9c88b131e4a..d9ad4c6790a 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.48 2012/07/13 14:15:12 mlarkin Exp $ */ +/* $OpenBSD: acpi_machdep.c,v 1.49 2012/07/13 16:02:24 mlarkin Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -210,8 +210,6 @@ acpi_sleep_machdep(struct acpi_softc *sc, int state) rtcstop(); - /* amd64 does not do lazy pmap_activate */ - /* * ACPI defines two wakeup vectors. One is used for ACPI 1.0 * implementations - it's in the FACS table as wakeup_vector and |