diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-07-15 11:07:32 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-07-15 11:07:32 +0000 |
| commit | 16684c0e200e87aed321eade0ee7ab2a02304f65 (patch) | |
| tree | 907e21a7a3c5e9d05f64e5b04f98050a77b9dc85 | |
| parent | 7bd7ad50aab36224e85e91df9f94c02cba1af520 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/locore.S | 3 | ||||
| -rw-r--r-- | sys/amd64/amd64/locore.s | 3 | ||||
| -rw-r--r-- | sys/i386/i386/locore.s | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S index 1df2ce087916..2958c469d67a 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.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) diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s index 1df2ce087916..2958c469d67a 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.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) diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index 1df2ce087916..2958c469d67a 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.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) |
