summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_locore.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/linux/linux_locore.s')
-rw-r--r--sys/i386/linux/linux_locore.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_locore.s b/sys/i386/linux/linux_locore.s
index 2f938a7..dbe2126 100644
--- a/sys/i386/linux/linux_locore.s
+++ b/sys/i386/linux/linux_locore.s
@@ -12,8 +12,7 @@ NON_GPROF_ENTRY(linux_sigcode)
movl $LINUX_SYS_linux_sigreturn,%eax /* linux_sigreturn() */
int $0x80 /* enter kernel with args on stack */
hlt /* never gets here */
-
- .align 4 /* long word align */
+ ALIGN_TEXT
_linux_esigcode:
.data
OpenPOWER on IntegriCloud