diff options
author | 2006-12-29 11:44:01 +0000 | |
---|---|---|
committer | 2006-12-29 11:44:01 +0000 | |
commit | 9e4f50f70b1efd0c70b4e35b6ebbcdef025e3a66 (patch) | |
tree | e8f1285072f1b3561a2b7c2180acf983c2445d03 | |
parent | Add the newly supported Meinberg radio clocks. (diff) | |
download | wireguard-openbsd-9e4f50f70b1efd0c70b4e35b6ebbcdef025e3a66.tar.xz wireguard-openbsd-9e4f50f70b1efd0c70b4e35b6ebbcdef025e3a66.zip |
Fix another 'tripple' (not surprising, since this was copied from the
i386 code that I fixed earlier). Noticed by Gregory Steuck (greg (at)
nest (dot) cx); thanks.
-rw-r--r-- | sys/arch/amd64/stand/libsa/gidt.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/libsa/gidt.S b/sys/arch/amd64/stand/libsa/gidt.S index 284b3b92775..04aab9828b9 100644 --- a/sys/arch/amd64/stand/libsa/gidt.S +++ b/sys/arch/amd64/stand/libsa/gidt.S @@ -1,4 +1,4 @@ -/* $OpenBSD: gidt.S,v 1.5 2005/05/31 23:08:47 jmc Exp $ */ +/* $OpenBSD: gidt.S,v 1.6 2006/12/29 11:44:01 tom Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -146,7 +146,7 @@ ENTRY(_rtt) movl $0x07310731, (%ebx) #endif - /* Try to cause a tripple fault... */ + /* Try to cause a triple fault... */ lidt Idtr_reset xorl %eax, %eax divl %eax, %eax |