diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-28 17:38:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-28 17:38:05 +0000 |
commit | 118e2b2b01a0231321178f939b06633e930f795e (patch) | |
tree | ae99a295e57f05adb19dd863b136be65cac45a46 /sys | |
parent | a0a3c954b198cedeed59562a6aa0205b5c2fb012 (diff) |
remove dup variable
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 0d2550855df..fe4f0ab460b 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.300 2004/06/22 08:58:16 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.301 2004/06/28 17:38:04 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -1201,8 +1201,6 @@ cyrix3_cpu_setup(cpu_device, model, step) extern int viac3_rnd_present; if (!(val & 0x8)) { - u_int64_t msreg; - msreg = rdmsr(0x110B); msreg |= 0x40; wrmsr(0x110B, msreg); |