From 99beca17d7b8e33ba9894d0014a4d18680f58ca7 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Thu, 28 Dec 1995 21:01:54 +0000 Subject: [PATCH] Fix one more label that I overlooked with the P6 support. Sigh. --- sys/amd64/amd64/locore.S | 4 ++-- sys/amd64/amd64/locore.s | 4 ++-- sys/i386/i386/locore.s | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S index c70882ac614..251cef39832 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 c70882ac614..251cef39832 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 c70882ac614..251cef39832 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