summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-12-28 21:01:54 +0000
committerdg <dg@FreeBSD.org>1995-12-28 21:01:54 +0000
commit482333e68fae6e2cad2a383e29db8ee158d74adf (patch)
tree41babbb69ea5cf0c3bb2a5704501aa2e8158355c /sys
parent759619ec439169e549362058354a92a7f5f13e80 (diff)
downloadFreeBSD-src-482333e68fae6e2cad2a383e29db8ee158d74adf.zip
FreeBSD-src-482333e68fae6e2cad2a383e29db8ee158d74adf.tar.gz
Fix one more label that I overlooked with the P6 support. Sigh.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/locore.S4
-rw-r--r--sys/amd64/amd64/locore.s4
-rw-r--r--sys/i386/i386/locore.s4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index c70882a..251cef3 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.57 1995/12/24 08:10:39 davidg Exp $
+ * $Id: locore.s,v 1.58 1995/12/25 14:40:49 davidg Exp $
*/
/*
@@ -331,7 +331,7 @@ got_common_bi_size:
testl %eax,%eax
jnz 1f
movl $CPU_386,_cpu-KERNBASE
- jmp 2f
+ jmp 3f
1: /* Try to toggle identification flag; does not exist on early 486s. */
pushfl
diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s
index c70882a..251cef3 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.57 1995/12/24 08:10:39 davidg Exp $
+ * $Id: locore.s,v 1.58 1995/12/25 14:40:49 davidg Exp $
*/
/*
@@ -331,7 +331,7 @@ got_common_bi_size:
testl %eax,%eax
jnz 1f
movl $CPU_386,_cpu-KERNBASE
- jmp 2f
+ jmp 3f
1: /* Try to toggle identification flag; does not exist on early 486s. */
pushfl
diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s
index c70882a..251cef3 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.57 1995/12/24 08:10:39 davidg Exp $
+ * $Id: locore.s,v 1.58 1995/12/25 14:40:49 davidg Exp $
*/
/*
@@ -331,7 +331,7 @@ got_common_bi_size:
testl %eax,%eax
jnz 1f
movl $CPU_386,_cpu-KERNBASE
- jmp 2f
+ jmp 3f
1: /* Try to toggle identification flag; does not exist on early 486s. */
pushfl
OpenPOWER on IntegriCloud