From 1353e8ff44e241d231087cda48c7491e6876e309 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 22 Aug 1994 14:28:57 +0000 Subject: [PATCH] Pad `_cpu_vendor' to finish on a 32-bit boundary so that most of the locore globals aren't misaligned. --- sys/amd64/amd64/locore.S | 6 +++--- sys/amd64/amd64/locore.s | 6 +++--- sys/i386/i386/locore.s | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S index f61c26f4bc9..996e54a795e 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.19 1994/08/10 03:51:05 wollman Exp $ + * $Id: locore.s,v 1.20 1994/08/13 03:49:41 wollman Exp $ */ /* @@ -103,8 +103,8 @@ _esym: .long 0 /* ptr to end of syms */ .globl _cpu,_cold,_atdevbase,_cpu_vendor,_cpu_id _cpu: .long 0 /* are we 386, 386sx, or 486 */ -_cpu_id: .long 0 /* stepping ID */ -_cpu_vendor: .space 17 /* CPU origin code */ +_cpu_id: .long 0 /* stepping ID */ +_cpu_vendor: .space 20 /* CPU origin code */ _cold: .long 1 /* cold till we are not */ _atdevbase: .long 0 /* location of start of iomem in virtual */ _atdevphys: .long 0 /* location of device mapping ptes (phys) */ diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s index f61c26f4bc9..996e54a795e 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.19 1994/08/10 03:51:05 wollman Exp $ + * $Id: locore.s,v 1.20 1994/08/13 03:49:41 wollman Exp $ */ /* @@ -103,8 +103,8 @@ _esym: .long 0 /* ptr to end of syms */ .globl _cpu,_cold,_atdevbase,_cpu_vendor,_cpu_id _cpu: .long 0 /* are we 386, 386sx, or 486 */ -_cpu_id: .long 0 /* stepping ID */ -_cpu_vendor: .space 17 /* CPU origin code */ +_cpu_id: .long 0 /* stepping ID */ +_cpu_vendor: .space 20 /* CPU origin code */ _cold: .long 1 /* cold till we are not */ _atdevbase: .long 0 /* location of start of iomem in virtual */ _atdevphys: .long 0 /* location of device mapping ptes (phys) */ diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index f61c26f4bc9..996e54a795e 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.19 1994/08/10 03:51:05 wollman Exp $ + * $Id: locore.s,v 1.20 1994/08/13 03:49:41 wollman Exp $ */ /* @@ -103,8 +103,8 @@ _esym: .long 0 /* ptr to end of syms */ .globl _cpu,_cold,_atdevbase,_cpu_vendor,_cpu_id _cpu: .long 0 /* are we 386, 386sx, or 486 */ -_cpu_id: .long 0 /* stepping ID */ -_cpu_vendor: .space 17 /* CPU origin code */ +_cpu_id: .long 0 /* stepping ID */ +_cpu_vendor: .space 20 /* CPU origin code */ _cold: .long 1 /* cold till we are not */ _atdevbase: .long 0 /* location of start of iomem in virtual */ _atdevphys: .long 0 /* location of device mapping ptes (phys) */