summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-28 20:51:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-28 20:51:03 +0000
commitdac45e1f458f32440a258b7c84c212f5151d187b (patch)
treebd17a5d60d84e13fea6793a8f29750e7ad05e78b /sys
parent73600bd52f726888381b776729d109b6c0890ac6 (diff)
er this is better...
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/machdep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index fe4f0ab460b..d4d28d8b55f 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.301 2004/06/28 17:38:04 deraadt Exp $ */
+/* $OpenBSD: machdep.c,v 1.302 2004/06/28 20:51:02 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -1143,9 +1143,7 @@ cyrix3_cpu_setup(cpu_device, model, step)
const char *cpu_device;
int model, step;
{
-#ifdef CRYPTO
u_int64_t msreg;
-#endif
#if defined(I686_CPU)
unsigned int val;
#if !defined(SMALL_KERNEL)