1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Oops, added popfl after trynexgen label.

PR:		4091
Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
This commit is contained in:
KATO Takenori 1997-07-15 11:07:32 +00:00
parent 7bd7ad50aa
commit 16684c0e20
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27424
3 changed files with 6 additions and 3 deletions
sys
amd64/amd64
i386/i386

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.1 1997/06/27 18:33:41 smp Exp smp $
* $Id: locore.s,v 1.90 1997/06/27 23:19:43 fsmp Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -660,6 +660,7 @@ identify_cpu:
jmp 3f
trynexgen:
popfl
movl $CPU_NX586,R(_cpu)
movl $0x4778654e,R(_cpu_vendor) # store vendor string
movl $0x72446e65,R(_cpu_vendor+4)

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.1 1997/06/27 18:33:41 smp Exp smp $
* $Id: locore.s,v 1.90 1997/06/27 23:19:43 fsmp Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -660,6 +660,7 @@ identify_cpu:
jmp 3f
trynexgen:
popfl
movl $CPU_NX586,R(_cpu)
movl $0x4778654e,R(_cpu_vendor) # store vendor string
movl $0x72446e65,R(_cpu_vendor+4)

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.1 1997/06/27 18:33:41 smp Exp smp $
* $Id: locore.s,v 1.90 1997/06/27 23:19:43 fsmp Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -660,6 +660,7 @@ identify_cpu:
jmp 3f
trynexgen:
popfl
movl $CPU_NX586,R(_cpu)
movl $0x4778654e,R(_cpu_vendor) # store vendor string
movl $0x72446e65,R(_cpu_vendor+4)