summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-12-25 14:40:49 +0000
committerdg <dg@FreeBSD.org>1995-12-25 14:40:49 +0000
commit24418113dbac55ff452d6380c22fa1fbe5f8cecb (patch)
tree502820480f85791fa329d940d38fa5c9fd97fcf2 /sys
parent01f94ecaacf0a1b5bb1b4943f306c122f829e675 (diff)
downloadFreeBSD-src-24418113dbac55ff452d6380c22fa1fbe5f8cecb.zip
FreeBSD-src-24418113dbac55ff452d6380c22fa1fbe5f8cecb.tar.gz
Fix a lable goofup I made in the previous P6 support changes.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/locore.S6
-rw-r--r--sys/amd64/amd64/locore.s6
-rw-r--r--sys/i386/i386/locore.s6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index fc37327..c70882a 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.56 1995/09/16 21:31:55 pst Exp $
+ * $Id: locore.s,v 1.57 1995/12/24 08:10:39 davidg Exp $
*/
/*
@@ -366,7 +366,7 @@ got_common_bi_size:
andw $0x08d5,%cx
cmpw %ax,%cx
- jnz 2f # if flags changed, Intel chip
+ jnz 3f # if flags changed, Intel chip
movl $CPU_486DLC,_cpu-KERNBASE # set CPU value for Cyrix
movl $0x69727943,_cpu_vendor-KERNBASE # store vendor string
@@ -428,7 +428,7 @@ got_common_bi_size:
movl %eax,%cr0
invd
#endif /* CYRIX_CACHE_WORKS */
- jmp 2f
+ jmp 3f
1: /* Use the `cpuid' instruction. */
xorl %eax,%eax
diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s
index fc37327..c70882a 100644
--- a/sys/amd64/amd64/locore.s
+++ b/sys/amd64/amd64/locore.s
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.56 1995/09/16 21:31:55 pst Exp $
+ * $Id: locore.s,v 1.57 1995/12/24 08:10:39 davidg Exp $
*/
/*
@@ -366,7 +366,7 @@ got_common_bi_size:
andw $0x08d5,%cx
cmpw %ax,%cx
- jnz 2f # if flags changed, Intel chip
+ jnz 3f # if flags changed, Intel chip
movl $CPU_486DLC,_cpu-KERNBASE # set CPU value for Cyrix
movl $0x69727943,_cpu_vendor-KERNBASE # store vendor string
@@ -428,7 +428,7 @@ got_common_bi_size:
movl %eax,%cr0
invd
#endif /* CYRIX_CACHE_WORKS */
- jmp 2f
+ jmp 3f
1: /* Use the `cpuid' instruction. */
xorl %eax,%eax
diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s
index fc37327..c70882a 100644
--- a/sys/i386/i386/locore.s
+++ b/sys/i386/i386/locore.s
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.56 1995/09/16 21:31:55 pst Exp $
+ * $Id: locore.s,v 1.57 1995/12/24 08:10:39 davidg Exp $
*/
/*
@@ -366,7 +366,7 @@ got_common_bi_size:
andw $0x08d5,%cx
cmpw %ax,%cx
- jnz 2f # if flags changed, Intel chip
+ jnz 3f # if flags changed, Intel chip
movl $CPU_486DLC,_cpu-KERNBASE # set CPU value for Cyrix
movl $0x69727943,_cpu_vendor-KERNBASE # store vendor string
@@ -428,7 +428,7 @@ got_common_bi_size:
movl %eax,%cr0
invd
#endif /* CYRIX_CACHE_WORKS */
- jmp 2f
+ jmp 3f
1: /* Use the `cpuid' instruction. */
xorl %eax,%eax
OpenPOWER on IntegriCloud