Fix a lable goofup I made in the previous P6 support changes.

This commit is contained in:
David Greenman 1995-12-25 14:40:49 +00:00
parent c6bbb6d152
commit d7b1079903
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13014
3 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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