aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xen/arch/x86/x86_32/entry.S2
-rw-r--r--xen/arch/x86/x86_64/compat/entry.S1
-rw-r--r--xen/arch/x86/x86_64/entry.S2
3 files changed, 0 insertions, 5 deletions
diff --git a/xen/arch/x86/x86_32/entry.S b/xen/arch/x86/x86_32/entry.S
index c36a9939e1..95faacde86 100644
--- a/xen/arch/x86/x86_32/entry.S
+++ b/xen/arch/x86/x86_32/entry.S
@@ -138,7 +138,6 @@ restore_all_xen:
addl $4,%esp
iret
- ALIGN
ENTRY(hypercall)
subl $4,%esp
FIXUP_RING0_GUEST_STACK
@@ -417,7 +416,6 @@ domain_crash_synchronous:
call printk
jmp __domain_crash_synchronous
- ALIGN
ENTRY(ret_from_intr)
GET_CURRENT(%ebx)
movl UREGS_eflags(%esp),%eax
diff --git a/xen/arch/x86/x86_64/compat/entry.S b/xen/arch/x86/x86_64/compat/entry.S
index 3b4f12c151..1d952ac2d1 100644
--- a/xen/arch/x86/x86_64/compat/entry.S
+++ b/xen/arch/x86/x86_64/compat/entry.S
@@ -12,7 +12,6 @@
#include <public/xen.h>
#include <irq_vectors.h>
- ALIGN
ENTRY(compat_hypercall)
pushq $0
movl $TRAP_syscall,4(%rsp)
diff --git a/xen/arch/x86/x86_64/entry.S b/xen/arch/x86/x86_64/entry.S
index fa51287a87..943c845560 100644
--- a/xen/arch/x86/x86_64/entry.S
+++ b/xen/arch/x86/x86_64/entry.S
@@ -110,7 +110,6 @@ restore_all_xen:
* the stack, starting with %rip, and an appropriate %ss must be saved into
* the space left by the trampoline.
*/
- ALIGN
ENTRY(syscall_enter)
sti
movl $FLAT_KERNEL_SS,24(%rsp)
@@ -450,7 +449,6 @@ ENTRY(domain_crash_synchronous)
call printk
jmp __domain_crash_synchronous
- ALIGN
/* No special register assumptions. */
ENTRY(ret_from_intr)
GET_CURRENT(%rbx)