summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-01-01 21:00:29 +0000
committerjake <jake@FreeBSD.org>2002-01-01 21:00:29 +0000
commit122616f048e37d9207414ee3756fd11af42ad465 (patch)
tree1d7b5d32d69b5ea1bb3d5e7868ed7a48966d148a /sys/sparc64
parentf57e18099a1d2cfe1fd41c8db1d245b9fcb735b2 (diff)
downloadFreeBSD-src-122616f048e37d9207414ee3756fd11af42ad465.zip
FreeBSD-src-122616f048e37d9207414ee3756fd11af42ad465.tar.gz
Ensure that the syscall trap vector is properly aligned.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/exception.S1
-rw-r--r--sys/sparc64/sparc64/exception.s1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/sparc64/exception.S b/sys/sparc64/sparc64/exception.S
index bc414df..f1ec7e6 100644
--- a/sys/sparc64/sparc64/exception.S
+++ b/sys/sparc64/sparc64/exception.S
@@ -1090,6 +1090,7 @@ END(tl0_sftrap)
tl0_split
b %xcc, tl0_syscall
mov T_SYSCALL, %o0
+ .align 32
.endm
.macro tl0_soft count
diff --git a/sys/sparc64/sparc64/exception.s b/sys/sparc64/sparc64/exception.s
index bc414df..f1ec7e6 100644
--- a/sys/sparc64/sparc64/exception.s
+++ b/sys/sparc64/sparc64/exception.s
@@ -1090,6 +1090,7 @@ END(tl0_sftrap)
tl0_split
b %xcc, tl0_syscall
mov T_SYSCALL, %o0
+ .align 32
.endm
.macro tl0_soft count
OpenPOWER on IntegriCloud