diff options
author | 2007-05-31 18:08:13 +0000 | |
---|---|---|
committer | 2007-05-31 18:08:13 +0000 | |
commit | 15ccb4953e99cb566eb89d4114cfe4c5ec5d910b (patch) | |
tree | 8ecb1094cd35945a10d849d9f669d564e3edff31 | |
parent | Use 12 and 16 byte read/write commands as required by the size/length (diff) | |
download | wireguard-openbsd-15ccb4953e99cb566eb89d4114cfe4c5ec5d910b.tar.xz wireguard-openbsd-15ccb4953e99cb566eb89d4114cfe4c5ec5d910b.zip |
Add a comment so this is identical to the i386 version
-rw-r--r-- | sys/arch/amd64/stand/biosboot/biosboot.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/biosboot/biosboot.S b/sys/arch/amd64/stand/biosboot/biosboot.S index 7143aec41df..603b64082cd 100644 --- a/sys/arch/amd64/stand/biosboot/biosboot.S +++ b/sys/arch/amd64/stand/biosboot/biosboot.S @@ -1,4 +1,4 @@ -/* $OpenBSD: biosboot.S,v 1.2 2004/03/21 21:22:10 tom Exp $ */ +/* $OpenBSD: biosboot.S,v 1.3 2007/05/31 18:08:13 tom Exp $ */ /* * Copyright (c) 2003 Tobias Weingartner @@ -573,7 +573,7 @@ err_stop: call Lmessage stay_stopped: sti /* Ensure Ctl-Alt-Del will work */ - hlt + hlt /* (don't require power cycle) */ jmp stay_stopped /* Just to make sure :-) */ exec_boot: |