diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-07-16 22:06:09 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-07-16 22:06:09 +0000 |
commit | 58e60dc1463356f664b205daac07561cb78374cf (patch) | |
tree | fc1491c81dbaa0145daa255a70e40b1e61de2a56 | |
parent | d1e61b5148c9cd25b0a06f4d7ac9b8a7737a6e66 (diff) |
Remove a piece of code that has been commented out for 16 years and was
wrong to begin with.
-rw-r--r-- | sys/arch/i386/i386/locore.s | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index 9bd21dc7f53..2d2c696664f 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.158 2015/06/28 01:11:27 guenther Exp $ */ +/* $OpenBSD: locore.s,v 1.159 2015/07/16 22:06:08 mlarkin Exp $ */ /* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- @@ -430,10 +430,6 @@ try586: /* Use the `cpuid' instruction. */ movl $2,%eax cpuid -/* - cmp $1,%al - jne 1f -*/ movl %eax,RELOC(_C_LABEL(cpu_cache_eax)) movl %ebx,RELOC(_C_LABEL(cpu_cache_ebx)) |