summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-07-11 08:49:26 +0000
committermarcel <marcel@FreeBSD.org>2003-07-11 08:49:26 +0000
commit6c553bc634b32b5becf61ff81a969e10322abc7f (patch)
tree955d2759197a0d4bf361a0c50f97d7bfbf088f26 /sys
parenteb38774c1308959f9820338b6dc55c61545c2bea (diff)
downloadFreeBSD-src-6c553bc634b32b5becf61ff81a969e10322abc7f.zip
FreeBSD-src-6c553bc634b32b5becf61ff81a969e10322abc7f.tar.gz
Remove a gratuitous align directive after the endp directive for
IVT entries.
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/ia64/exception.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ia64/ia64/exception.S b/sys/ia64/ia64/exception.S
index b93244a..795ec93 100644
--- a/sys/ia64/ia64/exception.S
+++ b/sys/ia64/ia64/exception.S
@@ -608,8 +608,7 @@ END(exception_restore)
ivt_##name:
#define IVT_END(name) \
- .endp ivt_##name; \
- .align 0x100
+ .endp ivt_##name
/*
* The IA64 Interrupt Vector Table (IVT) contains 20 slots with 64
OpenPOWER on IntegriCloud