diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-02 17:05:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-02 17:05:13 +0000 |
commit | e87c0ebcda97270084eaf218278a8e6385374a24 (patch) | |
tree | a2fcae2fdec621e0d474c505f1f99c88bf0c25d3 | |
parent | aa8af803f8f2db1a81f63eb1bab7eda3ab9ab79c (diff) |
s/DEBUG/GIDT_DEBUG/
-rw-r--r-- | sys/arch/i386/stand/libsa/gidt.S | 8 |
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 |