summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-02 17:05:13 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-02 17:05:13 +0000
commite87c0ebcda97270084eaf218278a8e6385374a24 (patch)
treea2fcae2fdec621e0d474c505f1f99c88bf0c25d3
parentaa8af803f8f2db1a81f63eb1bab7eda3ab9ab79c (diff)
s/DEBUG/GIDT_DEBUG/
-rw-r--r--sys/arch/i386/stand/libsa/gidt.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/libsa/gidt.S b/sys/arch/i386/stand/libsa/gidt.S
index daefdf569a1..dcba77861a4 100644
--- a/sys/arch/i386/stand/libsa/gidt.S
+++ b/sys/arch/i386/stand/libsa/gidt.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: gidt.S,v 1.14 1997/08/13 04:03:30 mickey Exp $ */
+/* $OpenBSD: gidt.S,v 1.15 1997/09/02 17:05:12 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -50,7 +50,7 @@
#define S16TEXT 0x18
#define S16DATA 0x20
-#ifdef GIDT_DEBUG
+#ifdef GIDT_DEBUG
#define gidt_debug0 ; \
movl $0xb8000, %eax ; \
movl $0x47314730, (%eax) ; \
@@ -151,7 +151,7 @@
.globl __rtt
__rtt:
-#ifdef DEBUG
+#ifdef GIDT_DEBUG
movl $0xb8000, %ebx
movl $0x4f514f51, (%ebx)
#endif
@@ -169,7 +169,7 @@ __rtt:
movb $0xfe, %al
outb %al, $0x64
-#ifdef DEBUG
+#ifdef GIDT_DEBUG
movl $0xb8000, %ebx
movl $0x07310731, (%ebx)
#endif