diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-03-20 07:07:58 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-03-20 07:07:58 +0000 |
commit | 477cf2c45b4f87e43500e8d612d09b3865f2524b (patch) | |
tree | 3d0a0fce0bacc67f379ded516ea1fff3098a2f20 /sys/arch/i386 | |
parent | 0d16d711b229bd1deddaf9eb8c8ee9e466d45310 (diff) |
Fix an outdated comment, spotted by mpi@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/acpi_wakecode.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/acpi_wakecode.S b/sys/arch/i386/i386/acpi_wakecode.S index 129a76c209b..9570ec2883a 100644 --- a/sys/arch/i386/i386/acpi_wakecode.S +++ b/sys/arch/i386/i386/acpi_wakecode.S @@ -270,8 +270,7 @@ _C_LABEL(acpi_protected_mode_resume): /* * Everything is almost reset back to the way it was immediately before - * suspend. There are a few more registers to restore - this is - * done in acpi_restorecpu. We'll jump to that routine, and after + * suspend. There are a few more registers to restore, and after * that, jump back to the OS. There's still some things * to do there, like re-enable interrupts, resume devices, APICs, * etc. |