aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_64/entry.S
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-07-01 20:44:50 +0100
committerJan Beulich <jbeulich@novell.com>2011-07-01 20:44:50 +0100
commitcbed78b7be5c4ebeb21f74a73624f922533ff377 (patch)
treee14f8af1e2ff3f0f742767a4fcc39a2ddf5543f7 /xen/arch/x86/x86_64/entry.S
parent81855a95f6f38d60b09e527b5bef7072669f2daa (diff)
downloadxen-cbed78b7be5c4ebeb21f74a73624f922533ff377.tar.gz
xen-cbed78b7be5c4ebeb21f74a73624f922533ff377.tar.bz2
xen-cbed78b7be5c4ebeb21f74a73624f922533ff377.zip
x86: remove unnecessary ALIGN directives
ENTRY() already includes an ALIGN. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/arch/x86/x86_64/entry.S')
-rw-r--r--xen/arch/x86/x86_64/entry.S2
1 files changed, 0 insertions, 2 deletions
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)