summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-22 14:28:57 +0000
committerbde <bde@FreeBSD.org>1994-08-22 14:28:57 +0000
commit1a0d91d74ffc20107ffc96a6fc5937d57b5df4c3 (patch)
tree5a196e91c74f0d38f02b0a150f346abf64607c4e /sys
parentc2ace2b23ece555c5060705394023dbff4d074b2 (diff)
downloadFreeBSD-src-1a0d91d74ffc20107ffc96a6fc5937d57b5df4c3.zip
FreeBSD-src-1a0d91d74ffc20107ffc96a6fc5937d57b5df4c3.tar.gz
Pad `_cpu_vendor' to finish on a 32-bit boundary so that most of the
locore globals aren't misaligned.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/locore.S6
-rw-r--r--sys/amd64/amd64/locore.s6
-rw-r--r--sys/i386/i386/locore.s6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index f61c26f..996e54a 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 f61c26f..996e54a 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 f61c26f..996e54a 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) */
OpenPOWER on IntegriCloud