diff options
author | 2004-07-02 23:22:58 +0000 | |
---|---|---|
committer | 2004-07-02 23:22:58 +0000 | |
commit | 5c569f0f9298fc8ca3dd943f8a22984754b01dd3 (patch) | |
tree | 52348e928528676035f4855931195ef828b3eba0 | |
parent | During bootup, only print the VMEChip2 decoder settings for those which are (diff) | |
download | wireguard-openbsd-5c569f0f9298fc8ca3dd943f8a22984754b01dd3.tar.xz wireguard-openbsd-5c569f0f9298fc8ca3dd943f8a22984754b01dd3.zip |
move into #ifdef; various people
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 89fdc3b9c6d..4293f499d84 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.303 2004/07/02 16:29:55 niklas Exp $ */ +/* $OpenBSD: machdep.c,v 1.304 2004/07/02 23:22:58 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -1143,8 +1143,8 @@ cyrix3_cpu_setup(cpu_device, model, step) const char *cpu_device; int model, step; { - u_int64_t msreg; #if defined(I686_CPU) + u_int64_t msreg; unsigned int val; #if !defined(SMALL_KERNEL) extern void (*pagezero)(void *, size_t); |