summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-25 10:57:38 +0000
committerpeter <peter@FreeBSD.org>1997-08-25 10:57:38 +0000
commite063258819eb0970081953f666ee7a5e32ca8917 (patch)
treec54932d356cb364ab15e0759df68e87878ff4039 /sys/amd64
parent90e0972a81a26e29c994e1115e530dfab8caa4fe (diff)
downloadFreeBSD-src-e063258819eb0970081953f666ee7a5e32ca8917.zip
FreeBSD-src-e063258819eb0970081953f666ee7a5e32ca8917.tar.gz
s/.align/.p2align/ so that we get the same results when building elf
objects (the tools are a bit better)
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mpboot.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/amd64/mpboot.S b/sys/amd64/amd64/mpboot.S
index f47f49f..8a6af0a 100644
--- a/sys/amd64/amd64/mpboot.S
+++ b/sys/amd64/amd64/mpboot.S
@@ -31,7 +31,7 @@
* mpboot.s: FreeBSD machine support for the Intel MP Spec
* multiprocessor systems.
*
- * $Id: mpboot.s,v 1.1 1997/04/26 11:45:17 peter Exp $
+ * $Id: mpboot.s,v 1.2 1997/06/22 16:03:22 peter Exp $
*/
@@ -70,7 +70,7 @@
/*
* the APs enter here from their trampoline code (bootMP, below)
*/
- .align 4
+ .p2align 4
NON_GPROF_ENTRY(MPentry)
CHECKPOINT(0x36, 3)
@@ -229,7 +229,7 @@ dead: hlt /* We should never get here */
/*
* MP boot strap Global Descriptor Table
*/
- .align 4
+ .p2align 4
.globl _MP_GDT
.globl _bootCodeSeg
.globl _bootDataSeg
OpenPOWER on IntegriCloud