summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-07-30 02:27:24 +0000
committerjake <jake@FreeBSD.org>2002-07-30 02:27:24 +0000
commit27afff05e2a6c4b96ea0b4cd692a7b5e92842979 (patch)
tree89764b13529148a280e26fe49bd55511c386f65e
parent21b05d26694a9db6b90997e8a946451b80c62a2c (diff)
downloadFreeBSD-src-27afff05e2a6c4b96ea0b4cd692a7b5e92842979.zip
FreeBSD-src-27afff05e2a6c4b96ea0b4cd692a7b5e92842979.tar.gz
Use _ALIGN_DATA and _ALIGN_TEXT.
-rw-r--r--sys/sparc64/sparc64/mp_locore.S4
-rw-r--r--sys/sparc64/sparc64/mp_locore.s4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/sparc64/sparc64/mp_locore.S b/sys/sparc64/sparc64/mp_locore.S
index b46f0ba..cf97464 100644
--- a/sys/sparc64/sparc64/mp_locore.S
+++ b/sys/sparc64/sparc64/mp_locore.S
@@ -38,7 +38,7 @@
.register %g3, #ignore
.text
- .align 16
+ _ALIGN_TEXT
1: rd %pc, %l0
ldx [%l0 + (4f-1b)], %l1
add %l0, (6f-1b), %l2
@@ -64,7 +64,7 @@
3: ldx [%l0 + (5f-1b)], %l1
jmpl %l1, %g0
nop
- .align 16
+ _ALIGN_DATA
4: .xword 0x0
5: .xword 0x0
6:
diff --git a/sys/sparc64/sparc64/mp_locore.s b/sys/sparc64/sparc64/mp_locore.s
index b46f0ba..cf97464 100644
--- a/sys/sparc64/sparc64/mp_locore.s
+++ b/sys/sparc64/sparc64/mp_locore.s
@@ -38,7 +38,7 @@
.register %g3, #ignore
.text
- .align 16
+ _ALIGN_TEXT
1: rd %pc, %l0
ldx [%l0 + (4f-1b)], %l1
add %l0, (6f-1b), %l2
@@ -64,7 +64,7 @@
3: ldx [%l0 + (5f-1b)], %l1
jmpl %l1, %g0
nop
- .align 16
+ _ALIGN_DATA
4: .xword 0x0
5: .xword 0x0
6:
OpenPOWER on IntegriCloud